Home
last modified time | relevance | path

Searched refs:GetAnyFieldS (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Dreflection.h158 inline std::string GetAnyFieldS(const Table &table, in GetAnyFieldS() function
182 inline std::string GetAnyFieldS(const Struct &st, in GetAnyFieldS() function
/external/flatbuffers/src/
Dreflection.cpp89 auto val = GetAnyFieldS(*table_field, fielddef, schema); in GetAnyValueS()
/external/flatbuffers/tests/
Dtest.cpp512 auto hp_string = flatbuffers::GetAnyFieldS(root, hp_field, &schema); in ReflectionTest()