blob: d5148679d14b87fec8797cb737d176e793334ec5 [file] [log] [blame]
#ifndef TESTS_REFLECTION_TEST_H
#define TESTS_REFLECTION_TEST_H
#include <string>
namespace flatbuffers {
namespace tests {
void ReflectionTest(const std::string& tests_data_path, uint8_t *flatbuf, size_t length);
void MiniReflectFixedLengthArrayTest();
void MiniReflectFlatBuffersTest(uint8_t *flatbuf);
} // namespace tests
} // namespace flatbuffers
#endif