_iterator_base.h | 64 typedef _Reference reference; typedef in struct:iterator 73 typedef void reference; typedef in struct:iterator 82 //associated reference type so we consider that it is not a real reference. 94 # define _STLP_IS_REF_TYPE_REAL_REF(_It, _Tp) _STLP_STD::_IsRefType< _STLP_TYPENAME _STLP_STD::iterator_traits< _Tp >::reference >::_Ret() 153 typedef typename _Iterator::reference reference; typedef in struct:iterator_traits::iterator_traits 171 typedef const _Tp& reference; typedef in struct:iterator_traits::iterator_traits 180 typedef _Tp& reference; typedef in struct:iterator_traits::iterator_traits 190 typedef const _Tp& reference; typedef in struct:iterator_traits::iterator_traits 386 typedef const _Tp& reference; typedef in struct:iterator_traits::_Const_traits 395 typedef _Tp& reference; typedef in struct:iterator_traits::_Nonconst_traits 411 typedef const _Tp& reference; typedef in struct:iterator_traits::_Const_Const_traits 420 typedef const _Tp& reference; typedef in struct:iterator_traits::_Nonconst_Const_traits [all...] |