Searched refs:GetExactMatch (Results 1 – 6 of 6) 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()
110 m_location_spec.GetExactMatch()); in SerializeToStructuredData()124 if (m_location_spec.GetExactMatch()) in FilterContexts()243 m_location_spec.GetExactMatch()); in SearchCallback()279 s->Printf("exact_match = %d", m_location_spec.GetExactMatch()); in GetDescription()
174 bool GetExactMatch() const { return m_exact_match; } in GetExactMatch() function
56 EXPECT_TRUE(without_column.GetExactMatch()); in TEST()64 EXPECT_FALSE(with_column.GetExactMatch()); in TEST()
29 m_exact_match == rhs.GetExactMatch(); in operator ==()
356 const bool exact_match = src_location_spec.GetExactMatch(); in FindLineEntryIndexByFileIndexImpl()