Searched refs:blob_entry_key (Results 1 – 1 of 1) sorted by relevance
2626 BlobEntryKey blob_entry_key; in GetBlobInfoForRecord() local2629 &blob_entry_key)) { in GetBlobInfoForRecord()2634 std::string encoded_key = blob_entry_key.Encode(); in GetBlobInfoForRecord()3906 BlobEntryKey blob_entry_key; in HandleBlobPreTransaction() local3908 if (!BlobEntryKey::FromObjectStoreDataKey(&key_piece, &blob_entry_key)) { in HandleBlobPreTransaction()3913 std::make_pair(blob_entry_key, EncodeBlobData(new_blob_keys))); in HandleBlobPreTransaction()3933 BlobEntryKey blob_entry_key; in CollectBlobFilesToRemove() local3935 if (!BlobEntryKey::FromObjectStoreDataKey(&key_piece, &blob_entry_key)) { in CollectBlobFilesToRemove()3942 database_id_ = blob_entry_key.database_id(); in CollectBlobFilesToRemove()3944 DCHECK_EQ(database_id_, blob_entry_key.database_id()); in CollectBlobFilesToRemove()[all …]