Home | History | Annotate | Download | only in wtf

Lines Matching refs:ReferenceType

101         typedef const ValueType& ReferenceType;
163 ReferenceType operator*() const { return *get(); }
229 typedef ValueType& ReferenceType;
243 ReferenceType operator*() const { return *get(); }