Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest.cpp917 auto hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest() local
918 TEST_EQ(hp_int64, 80); in ReflectionTest()
947 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
948 TEST_EQ(hp_int64, 300); in ReflectionTest()
950 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
951 TEST_EQ(hp_int64, 300); in ReflectionTest()
953 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
954 TEST_EQ(hp_int64, 300); in ReflectionTest()