Searched refs:GetAnyRoot (Results 1 – 4 of 4) sorted by relevance
66 inline Table *GetAnyRoot(uint8_t *flatbuf) { in GetAnyRoot() function69 inline const Table *GetAnyRoot(const uint8_t *flatbuf) { in GetAnyRoot() function
181 auto root = GetAnyRoot(vector_data(buf_)); in ResizeContext()680 return VerifyObject(v, schema, root, flatbuffers::GetAnyRoot(buf), true); in Verify()
724 auto &root = *flatbuffers::GetAnyRoot(flatbuf); in ReflectionTest()790 flatbuffers::GetAnyRoot(flatbuffers::vector_data(resizingbuf)), in ReflectionTest()856 fbb, schema, *root_table, *flatbuffers::GetAnyRoot(flatbuf), true); in ReflectionTest()
540 return MergeFrom(flatbuffers::GetAnyRoot( in MergeFromSerializedFlatbuffer()