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