Searched refs:GetAnyRoot (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/ |
D | json_to_fb.cc | 83 fbb, *schema, *root_table, *flatbuffers::GetAnyRoot(buffer), true); in main()
|
/external/libtextclassifier/native/actions/ |
D | grammar-actions_test.cc | 437 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()
|
D | actions-suggestions_test.cc | 215 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/ |
D | grammar-annotator_test.cc | 390 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/ |
D | reflection.h | 66 inline Table *GetAnyRoot(uint8_t *flatbuf) { in GetAnyRoot() function 69 inline const Table *GetAnyRoot(const uint8_t *flatbuf) { in GetAnyRoot() function
|
/external/flatbuffers/src/ |
D | reflection.cpp | 191 auto root = GetAnyRoot(vector_data(buf_)); in ResizeContext() 710 return VerifyObject(v, schema, root, flatbuffers::GetAnyRoot(buf), true); in Verify()
|
/external/libtextclassifier/native/annotator/ |
D | annotator_test-include.cc | 376 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/ |
D | mutable.cc | 483 return MergeFrom(flatbuffers::GetAnyRoot( in MergeFromSerializedFlatbuffer()
|
/external/flatbuffers/tests/ |
D | test.cpp | 906 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()
|