Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dreflection.h160 inline int64_t GetAnyFieldI(const Table &table, in GetAnyFieldI() function
189 inline int64_t GetAnyFieldI(const Struct &st, in GetAnyFieldI() function
/external/flatbuffers/tests/
Dtest.cpp654 auto hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
682 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
685 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
688 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()