#include "flexbuffers_test.h" #include <limits> #include "flatbuffers/flexbuffers.h" #include "flatbuffers/idl.h" #include "is_quiet_nan.h" #include "test_assert.h" namespace flatbuffers { namespace tests { // Shortcuts for the infinity. static const auto infinity_d = …; void FlexBuffersTest() { … } void FlexBuffersReuseBugTest() { … } void FlexBuffersFloatingPointTest() { … } void FlexBuffersDeprecatedTest() { … } void ParseFlexbuffersFromJsonWithNullTest() { … } } // namespace tests } // namespace flatbuffers