Home | History | Annotate | Download | only in gmock

Lines Matching defs:StartsWith

1027 // Implements the polymorphic StartsWith(substring) matcher, which
1038 // These overloaded methods allow StartsWith(prefix) to be used as a
2827 // Property(&Foo::str, StartsWith("hi"))
2846 // ResultOf(f, StartsWith("hi"))
2909 StartsWith(const internal::string& prefix) {
2984 StartsWith(const internal::wstring& prefix) {