Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest.cpp508 auto hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest() local
509 TEST_EQ(hp_int64, 80); in ReflectionTest()
536 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
537 TEST_EQ(hp_int64, 300); in ReflectionTest()
539 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
540 TEST_EQ(hp_int64, 300); in ReflectionTest()
542 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
543 TEST_EQ(hp_int64, 300); in ReflectionTest()