Lines Matching +defs:data +defs:table
28 const Table &table, size_t align, size_t size) { in CopyInline()
87 const flatbuffers::Table &table, in VerifyVector()
166 const flatbuffers::Table *table, bool required) { in VerifyObject()
257 int64_t GetAnyValueI(reflection::BaseType type, const uint8_t *data) { in GetAnyValueI()
284 double GetAnyValueF(reflection::BaseType type, const uint8_t *data) { in GetAnyValueF()
303 std::string GetAnyValueS(reflection::BaseType type, const uint8_t *data, in GetAnyValueS()
372 void SetAnyValueI(reflection::BaseType type, uint8_t *data, int64_t val) { in SetAnyValueI()
395 void SetAnyValueF(reflection::BaseType type, uint8_t *data, double val) { in SetAnyValueF()
404 void SetAnyValueS(reflection::BaseType type, uint8_t *data, const char *val) { in SetAnyValueS()
473 void ResizeTable(const reflection::Object &objectdef, Table *table) { in ResizeTable()
625 const Table &table, bool use_string_pooling) { in CopyTable()