Searched defs:flexbuffers (Results 1 - 1 of 1) sorted by relevance

/external/flatbuffers/include/flatbuffers/
H A Dflexbuffers.h35 namespace flexbuffers { namespace
664 return flexbuffers::Indirect(data_, parent_width_);
948 void String(const flexbuffers::String &str) {
960 void String(const char *key, const flexbuffers::String &str) {
972 // TODO(wvo): support all the FlexBuffer types (like flexbuffers::String),
1161 void Add(const flexbuffers::String &str) { String(str); }
1492 } // namespace flexbuffers

Completed in 180 milliseconds