Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dreflection.h186 inline int64_t GetAnyFieldI(const Table &table, in GetAnyFieldI() function
213 inline int64_t GetAnyFieldI(const Struct &st, const reflection::Field &field) { in GetAnyFieldI() function
/third_party/flatbuffers/tests/
Dtest.cpp953 auto hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
983 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
986 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
989 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()