Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dreflection.h139 inline int64_t GetAnyFieldI(const Table &table, in GetAnyFieldI() function
168 inline int64_t GetAnyFieldI(const Struct &st, in GetAnyFieldI() function
/external/flatbuffers/tests/
Dtest.cpp508 auto hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
536 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
539 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
542 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()