Searched refs:id_to_handle_iter (Results 1 – 1 of 1) sorted by relevance
64 ThreadIdToHandleMap::iterator id_to_handle_iter = in SetName() local69 if (id_to_handle_iter == thread_id_to_handle_.end()) { in SetName()74 thread_handle_to_interned_name_[id_to_handle_iter->second] = leaked_str; in SetName()83 ThreadIdToHandleMap::iterator id_to_handle_iter = in GetName() local85 if (id_to_handle_iter == thread_id_to_handle_.end()) in GetName()89 thread_handle_to_interned_name_.find(id_to_handle_iter->second); in GetName()102 ThreadIdToHandleMap::iterator id_to_handle_iter = in RemoveName() local104 DCHECK((id_to_handle_iter!= thread_id_to_handle_.end())); in RemoveName()107 if (id_to_handle_iter->second != handle) in RemoveName()110 thread_id_to_handle_.erase(id_to_handle_iter); in RemoveName()