Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dreflection.h87 T GetFieldI(const Table &table, const reflection::Field &field) { in GetFieldI() function
389 auto union_type = GetFieldI<uint8_t>(table, *type_field); in GetUnionType()
/external/flatbuffers/tests/
Dtest.cpp912 auto hp = flatbuffers::GetFieldI<uint16_t>(root, hp_field); in ReflectionTest()
942 hp = flatbuffers::GetFieldI<uint16_t>(root, hp_field); in ReflectionTest()