Home
last modified time | relevance | path

Searched defs:TagPattern (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp3632 class TagPattern : public Pattern { class in Catch::TestSpec
3634 TagPattern( std::string const& tag ) : m_tag( toLower( tag ) ) {} in TagPattern() function in Catch::TestSpec::TagPattern