Home
last modified time | relevance | path

Searched refs:WildcardAtEnd (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/internal/
Dcatch_wildcard_pattern.h20 WildcardAtEnd = 2, enumerator
21 WildcardAtBothEnds = WildcardAtStart | WildcardAtEnd
Dcatch_wildcard_pattern.cpp25 m_wildcard = static_cast<WildcardPosition>( m_wildcard | WildcardAtEnd ); in WildcardPattern()
35 case WildcardAtEnd: in matches()
/external/bcc/tests/cc/
Dcatch.hpp3118 WildcardAtEnd = 2, enumerator
3119 WildcardAtBothEnds = WildcardAtStart | WildcardAtEnd
3135 m_wildcard = static_cast<WildcardPosition>( m_wildcard | WildcardAtEnd ); in WildcardPattern()
3145 case WildcardAtEnd: in matches()
/external/catch2/single_include/catch2/
Dcatch.hpp5044 WildcardAtEnd = 2, enumerator
5045 WildcardAtBothEnds = WildcardAtStart | WildcardAtEnd
15105 m_wildcard = static_cast<WildcardPosition>( m_wildcard | WildcardAtEnd ); in WildcardPattern()
15115 case WildcardAtEnd: in matches()
/external/libabigail/tests/lib/
Dcatch.hpp5075 WildcardAtEnd = 2, enumerator
5076 WildcardAtBothEnds = WildcardAtStart | WildcardAtEnd
15349 m_wildcard = static_cast<WildcardPosition>( m_wildcard | WildcardAtEnd ); in WildcardPattern()
15359 case WildcardAtEnd: in matches()