Searched refs:found_elem (Results 1 – 1 of 1) sorted by relevance
1273 auto found_elem = map.find(std::string(cmd)); in GetUserCommandObject() local1274 if (found_elem == map.end()) in GetUserCommandObject()1276 CommandObject *exact_cmd = found_elem->second.get(); in GetUserCommandObject()