Searched refs:entry_copy (Results 1 – 2 of 2) sorted by relevance
35 auto entry_copy = entry; in QueueRequest() local38 entry_copy.FinishResponse(cb); in QueueRequest()62 absl::optional<ResponseCacheEntry> entry_copy; in OnRequestFinished() local86 entry_copy = entry; in OnRequestFinished()91 for (auto& cb : entry_copy->callbacks) { in OnRequestFinished()92 entry_copy->FinishResponse(cb); in OnRequestFinished()
831 BundleEntryProto entry_copy; in GetBundleEntryProto() local833 ParseEntryProto(iter_->key(), iter_->value(), &entry_copy)); in GetBundleEntryProto()834 if (!TensorShape::IsValid(entry_copy.shape())) { in GetBundleEntryProto()836 entry_copy.shape().ShortDebugString()); in GetBundleEntryProto()839 entry->Swap(&entry_copy); in GetBundleEntryProto()