Searched refs:FBT_BLOB (Results 1 – 1 of 1) sorted by relevance
78 FBT_BLOB = 25, enumerator385 bool IsBlob() const { return type_ == FBT_BLOB; } in IsBlob()561 if (type_ == FBT_BLOB || type_ == FBT_STRING) { in AsBlob()1008 return CreateBlob(data, len, 0, FBT_BLOB); in Blob()1011 return CreateBlob(flatbuffers::vector_data(v), v.size(), 0, FBT_BLOB); in Blob()