Searched refs:SetAnyValueS (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/include/flatbuffers/ |
D | reflection.h | 281 void SetAnyValueS(reflection::BaseType type, uint8_t *data, const char *val); 306 SetAnyValueS(field.type()->base_type(), field_ptr, val); in SetAnyFieldS() 327 SetAnyValueS(field.type()->base_type(), st->GetAddressOf(field.offset()), in SetAnyFieldS() 346 SetAnyValueS(elem_type, vec->Data() + GetTypeSize(elem_type) * i, val); in SetAnyVectorElemS()
|
/external/flatbuffers/src/ |
D | reflection.cpp | 155 void SetAnyValueS(reflection::BaseType type, uint8_t *data, const char *val) { in SetAnyValueS() function
|