Searched refs:blob_info_proto (Results 1 – 1 of 1) sorted by relevance
102 BlobInfoProto blob_info_proto = std::move(blob_info_proto_or).ValueOrDie(); in LoadBlobHandleToOffsetMapper() local105 BlobStore::BuildBlobHandleStr(blob_info_proto.blob_handle()); in LoadBlobHandleToOffsetMapper()266 ICING_ASSIGN_OR_RETURN(BlobInfoProto blob_info_proto, in CommitBlob()270 if (blob_info_proto.is_committed()) { in CommitBlob()278 MakeBlobFileName(base_dir_, blob_info_proto.creation_time_ms()); in CommitBlob()333 blob_info_proto.set_is_committed(true); in CommitBlob()334 auto blob_info_offset_or = blob_info_log_->WriteProto(blob_info_proto); in CommitBlob()371 BlobInfoProto blob_info_proto; in GetOrCreateBlobInfo() local372 *blob_info_proto.mutable_blob_handle() = blob_handle; in GetOrCreateBlobInfo()373 blob_info_proto.set_creation_time_ms(timestamp); in GetOrCreateBlobInfo()[all …]