Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dreflection.h203 inline std::string GetAnyFieldS(const Table &table, in GetAnyFieldS() function
225 inline std::string GetAnyFieldS(const Struct &st, in GetAnyFieldS() function
/third_party/flatbuffers/src/
Dreflection.cpp98 auto val = GetAnyFieldS(*table_field, fielddef, schema); in GetAnyValueS()
/third_party/flatbuffers/tests/
Dtest.cpp957 auto hp_string = flatbuffers::GetAnyFieldS(root, hp_field, &schema); in ReflectionTest()