1#ifndef TESTS_KEY_FIELD_TEST_H 2#define TESTS_KEY_FIELD_TEST_H 3 4namespace flatbuffers { 5namespace tests { 6 7void FixedSizedScalarKeyInStructTest(); 8void StructKeyInStructTest(); 9void NestedStructKeyInStructTest(); 10void FixedSizedStructArrayKeyInStructTest(); 11 12 13} // namespace tests 14} // namespace flatbuffers 15 16#endif