Searched refs:object_ (Results 1 – 2 of 2) sorted by relevance
194 class object_ { class204 class object_ { class
583 explicit RefMatcher(T& x) : object_(x) {} // NOLINT592 return MakeMatcher(new Impl<Super>(object_));599 explicit Impl(Super& x) : object_(x) {} // NOLINT606 return &x == &object_;611 UniversalPrinter<Super&>::Print(object_, os);616 UniversalPrinter<Super&>::Print(object_, os);620 const Super& object_;625 T& object_;