Searched refs:id_to_handle_iter (Results 1 – 1 of 1) sorted by relevance
65 ThreadIdToHandleMap::iterator id_to_handle_iter = in SetName() local70 if (id_to_handle_iter == thread_id_to_handle_.end()) { in SetName()75 thread_handle_to_interned_name_[id_to_handle_iter->second] = leaked_str; in SetName()93 ThreadIdToHandleMap::iterator id_to_handle_iter = in GetName() local95 if (id_to_handle_iter == thread_id_to_handle_.end()) in GetName()99 thread_handle_to_interned_name_.find(id_to_handle_iter->second); in GetName()112 ThreadIdToHandleMap::iterator id_to_handle_iter = in RemoveName() local114 DCHECK((id_to_handle_iter!= thread_id_to_handle_.end())); in RemoveName()117 if (id_to_handle_iter->second != handle) in RemoveName()120 thread_id_to_handle_.erase(id_to_handle_iter); in RemoveName()