MCPcopy Create free account
hub / github.com/apache/thrift / StartsWithMatcher

Class StartsWithMatcher

compiler/cpp/tests/catch/catch.hpp:2980–2983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2978 virtual bool match( std::string const& source ) const CATCH_OVERRIDE;
2979 };
2980 struct StartsWithMatcher : StringMatcherBase {
2981 StartsWithMatcher( CasedString const& comparator );
2982 virtual bool match( std::string const& source ) const CATCH_OVERRIDE;
2983 };
2984 struct EndsWithMatcher : StringMatcherBase {
2985 EndsWithMatcher( CasedString const& comparator );
2986 virtual bool match( std::string const& source ) const CATCH_OVERRIDE;

Callers 1

StartsWithFunction · 0.85

Calls

no outgoing calls

Tested by 1

StartsWithFunction · 0.68