Home
last modified time | relevance | path

Searched refs:GetAnyRoot (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/include/flatbuffers/
Dreflection.h91 inline Table *GetAnyRoot(uint8_t *flatbuf) { in GetAnyRoot() function
94 inline const Table *GetAnyRoot(const uint8_t *flatbuf) { in GetAnyRoot() function
/third_party/flatbuffers/src/
Dreflection.cpp191 auto root = GetAnyRoot(vector_data(buf_)); in ResizeContext()
710 return VerifyObject(v, schema, root, flatbuffers::GetAnyRoot(buf), true); in Verify()
/third_party/flatbuffers/tests/
Dtest.cpp942 auto &root = *flatbuffers::GetAnyRoot(flatbuf); in ReflectionTest()
1008 flatbuffers::GetAnyRoot(flatbuffers::vector_data(resizingbuf)), in ReflectionTest()
1074 fbb, schema, *root_table, *flatbuffers::GetAnyRoot(flatbuf), true); in ReflectionTest()