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.cpp917 auto hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
947 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
950 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()
953 hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field); in ReflectionTest()