Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dreflection.h134 std::string GetAnyValueS(reflection::BaseType type, const uint8_t *data,
162 return field_ptr ? GetAnyValueS(field.type()->base_type(), field_ptr, schema, in GetAnyFieldS()
184 return GetAnyValueS(field.type()->base_type(), in GetAnyFieldS()
203 return GetAnyValueS(elem_type, vec->Data() + GetTypeSize(elem_type) * i, in GetAnyVectorElemS()
/external/flatbuffers/src/
Dreflection.cpp62 std::string GetAnyValueS(reflection::BaseType type, const uint8_t *data, in GetAnyValueS() function