Searched refs:id_to_handle_iter (Results 1 – 1 of 1) sorted by relevance
75 ThreadIdToHandleMap::iterator id_to_handle_iter = in SetName() local85 if (id_to_handle_iter == thread_id_to_handle_.end()) { in SetName()90 thread_handle_to_interned_name_[id_to_handle_iter->second] = leaked_str; in SetName()109 ThreadIdToHandleMap::iterator id_to_handle_iter = in GetName() local111 if (id_to_handle_iter == thread_id_to_handle_.end()) in GetName()115 thread_handle_to_interned_name_.find(id_to_handle_iter->second); in GetName()133 ThreadIdToHandleMap::iterator id_to_handle_iter = in RemoveName() local135 DCHECK((id_to_handle_iter!= thread_id_to_handle_.end())); in RemoveName()138 if (id_to_handle_iter->second != handle) in RemoveName()141 thread_id_to_handle_.erase(id_to_handle_iter); in RemoveName()