Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dreflection.h62 template<typename T> T GetFieldI(const Table &table, in GetFieldI() function
365 auto union_type = GetFieldI<uint8_t>(table, *type_field); in GetUnionType()
/external/flatbuffers/tests/
Dtest.cpp503 auto hp = flatbuffers::GetFieldI<uint16_t>(root, hp_field); in ReflectionTest()
531 hp = flatbuffers::GetFieldI<uint16_t>(root, hp_field); in ReflectionTest()