Home | History | Annotate | Download | only in Symbol

Lines Matching refs:m_basename_to_index

350                                         // m_method_to_index or m_basename_to_index as needed
358 m_basename_to_index.Append(entry);
406 m_basename_to_index.Append (entry);
415 m_basename_to_index.Sort();
416 m_basename_to_index.SizeToFit();
422 // count = m_basename_to_index.GetSize();
427 // if (m_basename_to_index.GetValueAtIndex(i, entry.value))
1155 if (!m_basename_to_index.IsEmpty())
1158 for (match = m_basename_to_index.FindFirstValueForName(name_cstr);
1160 match = m_basename_to_index.FindNextValueForName(match))