Searched refs:_ConstructCheck (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _deque.h | 62 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_DEQUE > _ConstructCheck; typedef 132 _ConstructCheck(__x), _M_non_dbg_impl(__x._M_non_dbg_impl), in deque() 163 : _ConstructCheck(__first, __last), in deque() 170 : _ConstructCheck(__first, __last), in deque() 178 : _ConstructCheck(__first, __last), in _ConstructCheck() function 185 : _ConstructCheck(__first, __last), in _ConstructCheck() function
|
D | _vector.h | 110 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_VECTOR > _ConstructCheck; 191 : _ConstructCheck(__x), _M_non_dbg_impl(__x._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {} 209 : _ConstructCheck(__first, __last), 216 : _ConstructCheck(__first, __last), 223 : _ConstructCheck(__first, __last), _M_non_dbg_impl(__first, __last, __a), 229 : _ConstructCheck(__first, __last),
|
D | _list.h | 68 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_LIST > _ConstructCheck; typedef 123 : _ConstructCheck(__first, __last), in list() 129 : _ConstructCheck(__first, __last), in list() 137 : _ConstructCheck(__first, __last), in _ConstructCheck() function 142 : _ConstructCheck(__first, __last), in _ConstructCheck() function 149 _ConstructCheck(__x), in list()
|
D | _slist.h | 85 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_SLIST > _ConstructCheck; typedef 140 : _ConstructCheck(__first, __last), in slist() 146 : _ConstructCheck(__first, __last), in slist() 154 : _ConstructCheck(__first, __last), in _ConstructCheck() function 160 : _ConstructCheck(__first, __last), in _ConstructCheck() function 166 _ConstructCheck(__x), in slist()
|
D | _string.h | 56 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_STRING > _ConstructCheck; typedef 98 : _ConstructCheck(__s), in basic_string() 108 : _ConstructCheck(__s), _M_non_dbg_impl(__s, __n, __a), in _ConstructCheck() function 113 : _ConstructCheck(__s), in _ConstructCheck() function 135 : _ConstructCheck(__f, __l), in _ConstructCheck() function 140 : _ConstructCheck(__f, __l), in _ConstructCheck() function 147 : _ConstructCheck(__f, __l), in basic_string() 153 : _ConstructCheck(__f, __l), in basic_string()
|