Home
last modified time | relevance | path

Searched refs:hp_int64 (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/tests/
Dtest.cpp735 auto hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest() local
736 TEST_EQ(hp_int64, 80); in ReflectionTest()
765 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
766 TEST_EQ(hp_int64, 300); in ReflectionTest()
768 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
769 TEST_EQ(hp_int64, 300); in ReflectionTest()
771 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
772 TEST_EQ(hp_int64, 300); in ReflectionTest()