Searched refs:RefType (Results 1 – 2 of 2) sorted by relevance
43 typedef P& RefType; typedef50 typedef P& RefType;79 typedef Tuple1<typename TupleTraits<A>::RefType> RefTuple;95 typedef Tuple2<typename TupleTraits<A>::RefType,96 typename TupleTraits<B>::RefType> RefTuple;119 typedef Tuple3<typename TupleTraits<A>::RefType,120 typename TupleTraits<B>::RefType,121 typename TupleTraits<C>::RefType> RefTuple;149 typedef Tuple4<typename TupleTraits<A>::RefType,150 typename TupleTraits<B>::RefType,[all …]
3457 RefType was "void", which doesn't actually exist as a type.3458 Since RefType only existed for operator*(), and since that operator3463 * wtf/RetainPtr.h: Nuke RefType and operator*()