Home
last modified time | relevance | path

Searched refs:blob_info_offset_or (Results 1 – 1 of 1) sorted by relevance

/external/icing/icing/store/
Dblob-store.cc338 auto blob_info_offset_or = blob_info_log_->WriteProto(blob_info_proto); in CommitBlobMetadata() local
339 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() local
450 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()