Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dreflection.h66 inline Table *GetAnyRoot(uint8_t *flatbuf) { in GetAnyRoot() function
69 inline const Table *GetAnyRoot(const uint8_t *flatbuf) { in GetAnyRoot() function
/external/flatbuffers/src/
Dreflection.cpp181 auto root = GetAnyRoot(vector_data(buf_)); in ResizeContext()
680 return VerifyObject(v, schema, root, flatbuffers::GetAnyRoot(buf), true); in Verify()
/external/flatbuffers/tests/
Dtest.cpp724 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()
/external/libtextclassifier/native/utils/
Dflatbuffers.cc540 return MergeFrom(flatbuffers::GetAnyRoot( in MergeFromSerializedFlatbuffer()