Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/
Djson_to_fb.cc83 fbb, *schema, *root_table, *flatbuffers::GetAnyRoot(buffer), true); in main()
/external/libtextclassifier/native/actions/
Dgrammar-actions_test.cc437 flatbuffers::GetAnyRoot(reinterpret_cast<const unsigned char*>( in TEST_F()
517 flatbuffers::GetAnyRoot(reinterpret_cast<const unsigned char*>( in TEST_F()
574 flatbuffers::GetAnyRoot(reinterpret_cast<const unsigned char*>( in TEST_F()
Dactions-suggestions_test.cc215 flatbuffers::GetAnyRoot(reinterpret_cast<const unsigned char*>( in TEST_F()
272 flatbuffers::GetAnyRoot(reinterpret_cast<const unsigned char*>( in TEST_F()
941 flatbuffers::GetAnyRoot(reinterpret_cast<const unsigned char*>( in TEST_F()
1005 flatbuffers::GetAnyRoot(reinterpret_cast<const unsigned char*>( in TEST_F()
/external/libtextclassifier/native/annotator/grammar/
Dgrammar-annotator_test.cc390 flatbuffers::GetAnyRoot(reinterpret_cast<const unsigned char*>( in TEST_F()
448 flatbuffers::GetAnyRoot(reinterpret_cast<const unsigned char*>( in TEST_F()
/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.cpp191 auto root = GetAnyRoot(vector_data(buf_)); in ResizeContext()
710 return VerifyObject(v, schema, root, flatbuffers::GetAnyRoot(buf), true); in Verify()
/external/libtextclassifier/native/annotator/
Dannotator_test-include.cc376 flatbuffers::GetAnyRoot(reinterpret_cast<const unsigned char*>( in TEST_F()
403 flatbuffers::GetAnyRoot(reinterpret_cast<const unsigned char*>( in TEST_F()
453 flatbuffers::GetAnyRoot(reinterpret_cast<const unsigned char*>( in TEST_F()
806 flatbuffers::GetAnyRoot(reinterpret_cast<const unsigned char*>( in TEST_F()
858 flatbuffers::GetAnyRoot(reinterpret_cast<const unsigned char*>( in TEST_F()
/external/libtextclassifier/native/utils/flatbuffers/
Dmutable.cc483 return MergeFrom(flatbuffers::GetAnyRoot( in MergeFromSerializedFlatbuffer()
/external/flatbuffers/tests/
Dtest.cpp906 auto &root = *flatbuffers::GetAnyRoot(flatbuf); in ReflectionTest()
972 flatbuffers::GetAnyRoot(flatbuffers::vector_data(resizingbuf)), in ReflectionTest()
1038 fbb, schema, *root_table, *flatbuffers::GetAnyRoot(flatbuf), true); in ReflectionTest()