Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h78 TYPE_BLOB = 25, enumerator
367 bool IsBlob() const { return type_ == TYPE_BLOB; } in IsBlob()
538 if (type_ == TYPE_BLOB || type_ == TYPE_STRING) { in AsBlob()
966 return CreateBlob(data, len, 0, TYPE_BLOB); in Blob()
969 return CreateBlob(flatbuffers::vector_data(v), v.size(), 0, TYPE_BLOB); in Blob()
/external/flatbuffers/docs/source/
DInternals.md383 A blob (`TYPE_BLOB`) is encoded similar to a vector, with one difference: the