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