Searched refs:GetTypeNameSpecifierAtIndex (Results 1 – 3 of 3) sorted by relevance
322 return m_summary_nav->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForSummaryAtIndex()324 return m_regex_summary_nav->GetTypeNameSpecifierAtIndex(index-m_summary_nav->GetCount()); in GetTypeNameSpecifierForSummaryAtIndex()349 return m_filter_nav->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForFilterAtIndex()351 return m_regex_filter_nav->GetTypeNameSpecifierAtIndex(index-m_filter_nav->GetCount()); in GetTypeNameSpecifierForFilterAtIndex()368 return m_synth_nav->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForSyntheticAtIndex()370 return m_regex_synth_nav->GetTypeNameSpecifierAtIndex(index - m_synth_nav->GetCount()); in GetTypeNameSpecifierForSyntheticAtIndex()
92 return GetFormatManager().GetValueNavigator().GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForFormatAtIndex()
321 GetTypeNameSpecifierAtIndex (size_t index) in GetTypeNameSpecifierAtIndex() function