Searched refs:ConstRefWrapper (Results 1 – 1 of 1) sorted by relevance
189 class ConstRefWrapper {191 explicit ConstRefWrapper(const T& o) : ptr_(&o) {} in ConstRefWrapper() function290 const T& Unwrap(const ConstRefWrapper<T>& const_ref) { in Unwrap()441 static inline internal::ConstRefWrapper<T> ConstRef(const T& o) {442 return internal::ConstRefWrapper<T>(o);495 struct IsWeakReceiver<internal::ConstRefWrapper<T>> : IsWeakReceiver<T> {};