Searched refs:blob_info_itr (Results 1 – 1 of 1) sorted by relevance
172 auto blob_info_itr = blob_handle_to_offset_.find(blob_handle_str); in OpenWrite() local173 if (blob_info_itr != blob_handle_to_offset_.end()) { in OpenWrite()175 blob_info_log_->ReadProto(blob_info_itr->second)); in OpenWrite()203 auto blob_info_itr = blob_handle_to_offset_.find(blob_handle_str); in RemoveBlob() local204 if (blob_info_itr == blob_handle_to_offset_.end()) { in RemoveBlob()209 int64_t blob_info_offset = blob_info_itr->second; in RemoveBlob()220 blob_handle_to_offset_.erase(blob_info_itr); in RemoveBlob()