Searched refs:new_state_it (Results 1 – 1 of 1) sorted by relevance
298 auto new_state_it = thread_state_to_string_map.find(new_state); in LogThreadStack() local300 ASSERT(new_state_it != thread_state_to_string_map.end()); in LogThreadStack()304 … << "tried go to " << new_state_it->second << " state, but last frame is: " << top_frame_it->second in LogThreadStack()