Searched refs:find_it (Results 1 – 4 of 4) sorted by relevance
218 const auto find_it = in Get() local220 if (find_it != m_loaded_modules.end()) { in Get()221 cached_module_sp = (*find_it).second.lock(); in Get()224 m_loaded_modules.erase(find_it); in Get()
4269 auto find_it = m_structured_data_plugin_map.find(type_name); in GetStructuredDataPlugin() local4270 if (find_it != m_structured_data_plugin_map.end()) in GetStructuredDataPlugin()4271 return find_it->second; in GetStructuredDataPlugin()6022 auto find_it = m_structured_data_plugin_map.find(type_name); in RouteAsyncStructuredData() local6023 if (find_it == m_structured_data_plugin_map.end()) { in RouteAsyncStructuredData()6029 find_it->second->HandleArrivalOfStructuredData(*this, type_name, object_sp); in RouteAsyncStructuredData()
86 auto find_it = options_map.find(debugger_wp); in GetGlobalEnableOptions() local87 if (find_it != options_map.end()) in GetGlobalEnableOptions()88 return find_it->second; in GetGlobalEnableOptions()98 auto find_it = options_map.find(debugger_wp); in SetGlobalEnableOptions() local99 if (find_it != options_map.end()) in SetGlobalEnableOptions()100 find_it->second = options_sp; in SetGlobalEnableOptions()196 auto find_it = map.find(operation); in CreateRule() local197 if (find_it == map.end()) { in CreateRule()204 return find_it->second(match_accepts, attribute, op_arg, error); in CreateRule()
1057 auto find_it = m_debugged_processes.find(pid); in HandleInferiorState_Exited() local1058 assert(find_it != m_debugged_processes.end()); in HandleInferiorState_Exited()1059 bool vkilled = bool(find_it->second.flags & DebuggedProcess::Flag::vkilled); in HandleInferiorState_Exited()1060 m_debugged_processes.erase(find_it); in HandleInferiorState_Exited()