Searched defs:matches (Results 1 – 7 of 7) sorted by relevance
46 let matches = options.get_matches(); in run() localVariable
50 let matches = options.get_matches(); in run() localVariable
55 let matches = clap_app!(rust_kitchen_sink_client => in run() localVariable
62 let matches = clap_app!(rust_kitchen_sink_server => in run() localVariable
66 let matches = clap_app!(rust_test_client => in run() localVariable
55 let matches = clap_app!(rust_test_client => in run() localVariable
3578 virtual bool matches( std::string const& str ) const { in matches() function in Catch::WildcardPattern3625 virtual bool matches( TestCaseInfo const& testCase ) const { in matches() function in Catch::TestSpec::NamePattern3636 virtual bool matches( TestCaseInfo const& testCase ) const { in matches() function in Catch::TestSpec::TagPattern3647 …virtual bool matches( TestCaseInfo const& testCase ) const { return !m_underlyingPattern->matches(… in matches() function in Catch::TestSpec::ExcludedPattern3655 bool matches( TestCaseInfo const& testCase ) const { in matches() function3669 bool matches( TestCaseInfo const& testCase ) const { in matches() function in Catch::TestSpec