Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dreflection.h255 void SetAnyValueS(reflection::BaseType type, uint8_t *data, const char *val);
280 SetAnyValueS(field.type()->base_type(), field_ptr, val); in SetAnyFieldS()
301 SetAnyValueS(field.type()->base_type(), st->GetAddressOf(field.offset()), in SetAnyFieldS()
320 SetAnyValueS(elem_type, vec->Data() + GetTypeSize(elem_type) * i, val); in SetAnyVectorElemS()
/external/flatbuffers/src/
Dreflection.cpp141 void SetAnyValueS(reflection::BaseType type, uint8_t *data, const char *val) { in SetAnyValueS() function