2022-11-18 19:04:46 +00:00
|
|
|
#ifndef TESTS_KEY_FIELD_TEST_H
|
|
|
|
#define TESTS_KEY_FIELD_TEST_H
|
|
|
|
|
|
|
|
namespace flatbuffers {
|
|
|
|
namespace tests {
|
|
|
|
|
|
|
|
void FixedSizedScalarKeyInStructTest();
|
2023-01-25 00:37:13 +00:00
|
|
|
void StructKeyInStructTest();
|
|
|
|
void NestedStructKeyInStructTest();
|
|
|
|
void FixedSizedStructArrayKeyInStructTest();
|
|
|
|
|
2022-11-18 19:04:46 +00:00
|
|
|
|
|
|
|
} // namespace tests
|
|
|
|
} // namespace flatbuffers
|
|
|
|
|
|
|
|
#endif
|