Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dreflection.h54 inline Table *GetAnyRoot(uint8_t *flatbuf) { in GetAnyRoot() function
57 inline const Table *GetAnyRoot(const uint8_t *flatbuf) { in GetAnyRoot() function
/external/flatbuffers/src/
Dreflection.cpp172 auto root = GetAnyRoot(buf_.data()); in ResizeContext()
707 return VerifyObject(v, schema, root, flatbuffers::GetAnyRoot(buf), true); in Verify()
/external/flatbuffers/tests/
Dtest.cpp497 auto &root = *flatbuffers::GetAnyRoot(flatbuf); in ReflectionTest()
560 auto rroot = flatbuffers::piv(flatbuffers::GetAnyRoot(resizingbuf.data()), in ReflectionTest()
626 *flatbuffers::GetAnyRoot(flatbuf), in ReflectionTest()