Searched refs:GetValueAtIndexUnchecked (Results 1 – 4 of 4) sorted by relevance
47 const DIERef &die_ref = m_map.GetValueAtIndexUnchecked(i); in FindAllEntriesForCompileUnit()58 const DIERef &die_ref = m_map.GetValueAtIndexUnchecked(i); in Dump()70 m_map.GetValueAtIndexUnchecked(i))) in ForEach()79 other.m_map.GetValueAtIndexUnchecked(i)); in Append()
3952 src_die = src_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()3953 dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()3993 src_die = src_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()3994 dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()4037 dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()4093 src_die = src_name_to_die_artificial.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()4137 dst_die = dst_name_to_die_artificial.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
35 if (m_enumerations.GetValueAtIndexUnchecked(i).value == m_current_value) { in DumpValue()
94 T GetValueAtIndexUnchecked(uint32_t idx) const { return m_map[idx].value; } in GetValueAtIndexUnchecked() function