OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FlatBufferToText
(Results
1 - 2
of
2
) sorted by null
/external/flatbuffers/include/flatbuffers/
registry.h
40
bool
FlatBufferToText
(const uint8_t *flatbuf, size_t len, std::string *dest) {
/external/flatbuffers/tests/
test.cpp
665
auto ok = registry.
FlatBufferToText
(buf.data(), buf.size(), &text);
[
all
...]
Completed in 161 milliseconds