Searched refs:TYPE_BLOB (Results 1 – 2 of 2) sorted by relevance
78 TYPE_BLOB = 25, enumerator367 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()
383 A blob (`TYPE_BLOB`) is encoded similar to a vector, with one difference: the