Searched refs:blob_handle_to_offset_ (Results 1 – 2 of 2) sorted by relevance
172 auto blob_info_itr = blob_handle_to_offset_.find(blob_handle_str); in OpenWrite()173 if (blob_info_itr != blob_handle_to_offset_.end()) { in OpenWrite()203 auto blob_info_itr = blob_handle_to_offset_.find(blob_handle_str); in RemoveBlob()204 if (blob_info_itr == blob_handle_to_offset_.end()) { in RemoveBlob()220 blob_handle_to_offset_.erase(blob_info_itr); in RemoveBlob()230 auto itr = blob_handle_to_offset_.find(blob_handle_str); in OpenRead()231 if (itr == blob_handle_to_offset_.end()) { in OpenRead()259 auto pending_blob_info_itr = blob_handle_to_offset_.find(blob_handle_str); in CommitBlob()260 if (pending_blob_info_itr == blob_handle_to_offset_.end()) { in CommitBlob()340 blob_handle_to_offset_[blob_handle_str] = blob_info_offset_or.ValueOrDie(); in CommitBlob()[all …]
169 blob_handle_to_offset_(std::move(blob_handle_to_offset)), in BlobStore()189 std::unordered_map<std::string, int32_t> blob_handle_to_offset_; variable