Home | History | Annotate | Download | only in test

Lines Matching refs:s_ref

4135   const std::string& s_ref() const & { return s_; }
4195 Matcher<const AClass&> m = Property(&AClass::s_ref, StartsWith("hi"));
4197 Property("s", &AClass::s_ref, StartsWith("hi"));