Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dreflection.h161 inline int64_t GetAnyFieldI(const Table &table, in GetAnyFieldI() function
188 inline int64_t GetAnyFieldI(const Struct &st, const reflection::Field &field) { in GetAnyFieldI() function
/external/flatbuffers/tests/
Dtest.cpp735 auto hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
765 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
768 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
771 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()