mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-10 15:16:28 +00:00
bulk code format fix (#8707)
This commit is contained in:
@@ -2,14 +2,16 @@
|
||||
#define TESTS_REFLECTION_TEST_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace flatbuffers {
|
||||
namespace tests {
|
||||
|
||||
void ReflectionTest(const std::string& tests_data_path, uint8_t *flatbuf, size_t length);
|
||||
void ReflectionTest(const std::string& tests_data_path, uint8_t* flatbuf,
|
||||
size_t length);
|
||||
void MiniReflectFixedLengthArrayTest();
|
||||
void MiniReflectFlatBuffersTest(uint8_t *flatbuf);
|
||||
void MiniReflectFlatBuffersTest(uint8_t* flatbuf);
|
||||
|
||||
} // namespace tests
|
||||
} // namespace flatbuffers
|
||||
|
||||
Reference in New Issue
Block a user