Lines Matching refs:StringView
63 // Constructs a matcher that matches a const StringView& whose value is
65 Matcher<const internal::StringView&>::Matcher(const std::string& s) {
69 // Constructs a matcher that matches a const StringView& whose value is
71 Matcher<const internal::StringView&>::Matcher(const char* s) {
75 // Constructs a matcher that matches a const StringView& whose value is
77 Matcher<const internal::StringView&>::Matcher(internal::StringView s) {
81 // Constructs a matcher that matches a StringView whose value is equal to
83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); }
85 // Constructs a matcher that matches a StringView whose value is equal to
87 Matcher<internal::StringView>::Matcher(const char* s) {
91 // Constructs a matcher that matches a StringView whose value is equal to
93 Matcher<internal::StringView>::Matcher(internal::StringView s) {