Lines Matching refs:ref
539 explicit ReturnRefAction(T& ref) : ref_(ref) {} // NOLINT562 explicit Impl(T& ref) : ref_(ref) {} // NOLINT846 void PrintTo(const ReferenceWrapper<T>& ref, ::std::ostream* os) {847 T& value = ref;