Home
last modified time | relevance | path

Searched refs:TYPE_BLOB (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h71 TYPE_BLOB = 25, enumerator
479 if (type_ == TYPE_BLOB || type_ == TYPE_STRING) { in AsBlob()
860 return CreateBlob(data, len, 0, TYPE_BLOB); in Blob()
863 return CreateBlob(v.data(), v.size(), 0, TYPE_BLOB); in Blob()
/external/flatbuffers/docs/source/
DInternals.md373 A blob (`TYPE_BLOB`) is encoded similar to a vector, with one difference: the