Searched refs:insertion_result (Results 1 – 9 of 9) sorted by relevance
34 const auto insertion_result = result_id_mapping->emplace(id, new_id); in GetRemappedId() local35 it = insertion_result.first; in GetRemappedId()36 assert(insertion_result.second); in GetRemappedId()
262 auto insertion_result = allocator_dumps_.insert( in AddAllocatorDumpInternal() local264 MemoryAllocatorDump* inserted_mad = insertion_result.first->second.get(); in AddAllocatorDumpInternal()265 DCHECK(insertion_result.second) << "Duplicate name: " in AddAllocatorDumpInternal()
297 auto insertion_result = allocator_dumps_.insert( in AddAllocatorDumpInternal() local299 MemoryAllocatorDump* inserted_mad = insertion_result.first->second.get(); in AddAllocatorDumpInternal()300 DCHECK(insertion_result.second) << "Duplicate name: " in AddAllocatorDumpInternal()
1004 auto insertion_result = reference_counted_session_map_.insert( in TryAddNewConnectionId() local1006 if (!insertion_result.second) { in TryAddNewConnectionId()1009 return insertion_result.second; in TryAddNewConnectionId()1292 auto insertion_result = reference_counted_session_map_.insert(std::make_pair( in CreateSessionFromChlo() local1294 std::shared_ptr<QuicSession> session_ptr = insertion_result.first->second; in CreateSessionFromChlo()1295 if (!insertion_result.second) { in CreateSessionFromChlo()
91 auto insertion_result = op_name_to_error_info.emplace( in EmitLegalizationErrors() local93 ++insertion_result.first->second.first; in EmitLegalizationErrors()
291 bool insertion_result = in CreateEmulatedNetworkManagerInterface() local294 RTC_CHECK(insertion_result) in CreateEmulatedNetworkManagerInterface()
467 auto insertion_result = channel->registration_table->map.insert( in grpc_channel_register_call() local469 return &insertion_result.first->second; in grpc_channel_register_call()