Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/store/
H A Dblob-store.cc334 auto blob_info_offset_or = blob_info_log_->WriteProto(blob_info_proto); in CommitBlob() local
335 if (!blob_info_offset_or.ok()) { in CommitBlob()
336 ICING_LOG(ERROR) << blob_info_offset_or.status().error_message() in CommitBlob()
338 return blob_info_offset_or.status(); in CommitBlob()
340 blob_handle_to_offset_[blob_handle_str] = blob_info_offset_or.ValueOrDie(); in CommitBlob()
376 auto blob_info_offset_or = blob_info_log_->WriteProto(blob_info_proto); in GetOrCreateBlobInfo() local
377 if (!blob_info_offset_or.ok()) { in GetOrCreateBlobInfo()
378 ICING_LOG(ERROR) << blob_info_offset_or.status().error_message() in GetOrCreateBlobInfo()
380 return blob_info_offset_or.status(); in GetOrCreateBlobInfo()
384 blob_handle_to_offset_[blob_handle_str] = blob_info_offset_or.ValueOrDie(); in GetOrCreateBlobInfo()