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

Class CasedString

compiler/cpp/tests/catch/catch.hpp:2954–2962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2952 namespace StdString {
2953
2954 struct CasedString
2955 {
2956 CasedString( std::string const& str, CaseSensitive::Choice caseSensitivity );
2957 std::string adjustString( std::string const& str ) const;
2958 std::string caseSensitivitySuffix() const;
2959
2960 CaseSensitive::Choice m_caseSensitivity;
2961 std::string m_str;
2962 };
2963
2964 struct StringMatcherBase : MatcherBase<std::string> {
2965 StringMatcherBase( std::string const& operation, CasedString const& comparator );

Callers 4

EqualsFunction · 0.85
ContainsFunction · 0.85
EndsWithFunction · 0.85
StartsWithFunction · 0.85

Calls

no outgoing calls

Tested by 4

EqualsFunction · 0.68
ContainsFunction · 0.68
EndsWithFunction · 0.68
StartsWithFunction · 0.68