reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
186 while (next_match) { 187 if (m_objects[next_match->value].modification_time == 189 return &m_objects[next_match->value]; 190 next_match = m_object_name_to_index_map.FindNextValueForName(next_match); 190 next_match = m_object_name_to_index_map.FindNextValueForName(next_match);