Searched refs:blob_info_offset_or (Results 1 – 1 of 1) sorted by relevance
338 auto blob_info_offset_or = blob_info_log_->WriteProto(blob_info_proto); in CommitBlobMetadata() local339 if (!blob_info_offset_or.ok()) { in CommitBlobMetadata()340 ICING_LOG(ERROR) << blob_info_offset_or.status().error_message() in CommitBlobMetadata()342 return blob_info_offset_or.status(); in CommitBlobMetadata()344 blob_handle_to_offset_[blob_handle_str] = blob_info_offset_or.ValueOrDie(); in CommitBlobMetadata()449 auto blob_info_offset_or = blob_info_log_->WriteProto(blob_info_proto); in GetOrCreateBlobInfo() local450 if (!blob_info_offset_or.ok()) { in GetOrCreateBlobInfo()451 ICING_LOG(ERROR) << blob_info_offset_or.status().error_message() in GetOrCreateBlobInfo()453 return blob_info_offset_or.status(); in GetOrCreateBlobInfo()457 blob_handle_to_offset_[blob_handle_str] = blob_info_offset_or.ValueOrDie(); in GetOrCreateBlobInfo()