Home
last modified time | relevance | path

Searched refs:ContainsElementMatcher (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_matchers_vector.h21 struct ContainsElementMatcher : MatcherBase<std::vector<T>> { struct
23 ContainsElementMatcher(T const &comparator) : m_comparator( comparator) {} in ContainsElementMatcher() function
160 Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) { in VectorContains()
161 return Vector::ContainsElementMatcher<T>( comparator ); in VectorContains()
/external/catch2/single_include/catch2/
Dcatch.hpp3577 struct ContainsElementMatcher : MatcherBase<std::vector<T>> { struct
3579 ContainsElementMatcher(T const &comparator) : m_comparator( comparator) {} in ContainsElementMatcher() function
3716 Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) { in VectorContains()
3717 return Vector::ContainsElementMatcher<T>( comparator ); in VectorContains()
/external/libabigail/tests/lib/
Dcatch.hpp3603 struct ContainsElementMatcher : MatcherBase<std::vector<T, Alloc>> { struct
3605 ContainsElementMatcher(T const &comparator) : m_comparator( comparator) {} in ContainsElementMatcher() function
3740 Vector::ContainsElementMatcher<T, Alloc> VectorContains( T const& comparator ) { in VectorContains()
3741 return Vector::ContainsElementMatcher<T, Alloc>( comparator ); in VectorContains()