HomeSort by relevance Sort by last modified time
    Searched refs:SetAnyValueI (Results 1 - 2 of 2) sorted by null

  /external/flatbuffers/include/flatbuffers/
reflection.h 279 void SetAnyValueI(reflection::BaseType type, uint8_t *data, int64_t val);
288 SetAnyValueI(field.type()->base_type(), field_ptr, val);
313 SetAnyValueI(field.type()->base_type(), st->GetAddressOf(field.offset()),
334 SetAnyValueI(elem_type, vec->Data() + GetTypeSize(elem_type) * i, val);
  /external/flatbuffers/src/
reflection.cpp 116 void SetAnyValueI(reflection::BaseType type, uint8_t *data, int64_t val) {
144 default: SetAnyValueI(type, data, static_cast<int64_t>(val)); break;
155 default: SetAnyValueI(type, data, StringToInt(val)); break;

Completed in 85 milliseconds