Home | History | Annotate | Download | only in gmock

Lines Matching refs:ref

539   explicit ReturnRefAction(T& ref) : ref_(ref) {}  // NOLINT
562 explicit Impl(T& ref) : ref_(ref) {} // NOLINT
846 void PrintTo(const ReferenceWrapper<T>& ref, ::std::ostream* os) {
847 T& value = ref;