Home
last modified time | relevance | path

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

/thrift-3.4.0/tutorial/rs/src/bin/
Dtutorial_client.rs46 let matches = options.get_matches(); in run() localVariable
Dtutorial_server.rs50 let matches = options.get_matches(); in run() localVariable
/thrift-3.4.0/lib/rs/test/src/bin/
Dkitchen_sink_client.rs55 let matches = clap_app!(rust_kitchen_sink_client => in run() localVariable
Dkitchen_sink_server.rs62 let matches = clap_app!(rust_kitchen_sink_server => in run() localVariable
/thrift-3.4.0/test/rs/src/bin/
Dtest_client.rs66 let matches = clap_app!(rust_test_client => in run() localVariable
Dtest_server.rs55 let matches = clap_app!(rust_test_client => in run() localVariable
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp3578 virtual bool matches( std::string const& str ) const { in matches() function in Catch::WildcardPattern
3625 virtual bool matches( TestCaseInfo const& testCase ) const { in matches() function in Catch::TestSpec::NamePattern
3636 virtual bool matches( TestCaseInfo const& testCase ) const { in matches() function in Catch::TestSpec::TagPattern
3647 …virtual bool matches( TestCaseInfo const& testCase ) const { return !m_underlyingPattern->matches(… in matches() function in Catch::TestSpec::ExcludedPattern
3655 bool matches( TestCaseInfo const& testCase ) const { in matches() function
3669 bool matches( TestCaseInfo const& testCase ) const { in matches() function in Catch::TestSpec