OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAnyRoot
(Results
1 - 6
of
6
) sorted by null
/external/libtextclassifier/utils/
flatbuffers_test.cc
87
flatbuffers::
GetAnyRoot
(builder.GetBufferPointer());
238
flatbuffers::
GetAnyRoot
(to_merge_builder.GetBufferPointer())));
flatbuffers.cc
401
return MergeFrom(flatbuffers::
GetAnyRoot
(
/external/flatbuffers/include/flatbuffers/
reflection.h
66
inline Table *
GetAnyRoot
(uint8_t *flatbuf) {
69
inline const Table *
GetAnyRoot
(const uint8_t *flatbuf) {
/external/flatbuffers/src/
reflection.cpp
181
auto root =
GetAnyRoot
(vector_data(buf_));
680
return VerifyObject(v, schema, root, flatbuffers::
GetAnyRoot
(buf), true);
/external/flatbuffers/tests/
test.cpp
724
auto &root = *flatbuffers::
GetAnyRoot
(flatbuf);
787
// This time we wrap the result from
GetAnyRoot
in a smartpointer that
790
flatbuffers::
GetAnyRoot
(flatbuffers::vector_data(resizingbuf)),
[
all
...]
/external/libtextclassifier/actions/
actions-suggestions_test.cc
155
flatbuffers::
GetAnyRoot
(reinterpret_cast<const unsigned char*>(
[
all
...]
Completed in 429 milliseconds