Searched refs:GetExactMatch (Results 1 – 5 of 5) sorted by relevance
50 ExactMatchContainerSP GetExactMatch() const { return m_exact_sp; } in GetExactMatch() function55 return GetExactMatch()->GetCount() + GetRegexMatch()->GetCount(); in GetCount()205 return m_format_cont.GetExactMatch(); in GetTypeFormatsContainer()215 return m_summary_cont.GetExactMatch(); in GetTypeSummariesContainer()225 return m_filter_cont.GetExactMatch(); in GetTypeFiltersContainer()262 return m_synth_cont.GetExactMatch(); in GetTypeSyntheticsContainer()
109 m_location_spec.GetExactMatch()); in SerializeToStructuredData()123 if (m_location_spec.GetExactMatch()) in FilterContexts()271 s->Printf("exact_match = %d", m_location_spec.GetExactMatch()); in GetDescription()
174 bool GetExactMatch() const { return m_exact_match; } in GetExactMatch() function
29 m_exact_match == rhs.GetExactMatch(); in operator ==()
356 const bool exact_match = src_location_spec.GetExactMatch(); in FindLineEntryIndexByFileIndexImpl()