Home | History | Annotate | Download | only in gmock

Lines Matching defs:ByRef

1710 // Allows the expression ByRef(x) to be printed as a reference to x.
1932 // suppose 'derived' is an object of type Derived, ByRef(derived)
1936 // ByRef<const Base>(derived)
1938 inline internal::ReferenceWrapper<T> ByRef(T& l_value) { // NOLINT
2380 // ByRef(a2) instead of a2 in the above expression.
4330 // pass an argument by reference, wrap it inside ByRef(). For
4333 // InvokeArgument<1>(5, string("Hello"), ByRef(foo))
4338 // 2. If the callable takes an argument by reference but ByRef() is