Searched refs:_ConstructCheck (Results 1 - 5 of 5) sorted by relevance

/external/stlport/stlport/stl/debug/
H A D_deque.h62 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_DEQUE > _ConstructCheck; typedef in class:deque
132 _ConstructCheck(__x), _M_non_dbg_impl(__x._M_non_dbg_impl),
163 : _ConstructCheck(__first, __last),
170 : _ConstructCheck(__first, __last),
178 : _ConstructCheck(__first, __last),
185 : _ConstructCheck(__first, __last),
H A D_vector.h110 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_VECTOR > _ConstructCheck; typedef in class:vector
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),
H A D_list.h68 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_LIST > _ConstructCheck; typedef in class:list
123 : _ConstructCheck(__first, __last),
129 : _ConstructCheck(__first, __last),
137 : _ConstructCheck(__first, __last),
142 : _ConstructCheck(__first, __last),
149 _ConstructCheck(__x),
H A D_string.h56 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_STRING > _ConstructCheck; typedef in class:basic_string
98 : _ConstructCheck(__s),
108 : _ConstructCheck(__s), _M_non_dbg_impl(__s, __n, __a),
113 : _ConstructCheck(__s),
135 : _ConstructCheck(__f, __l),
140 : _ConstructCheck(__f, __l),
147 : _ConstructCheck(__f, __l),
153 : _ConstructCheck(__f, __l),
H A D_slist.h85 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_SLIST > _ConstructCheck; typedef in class:slist
140 : _ConstructCheck(__first, __last),
146 : _ConstructCheck(__first, __last),
154 : _ConstructCheck(__first, __last),
160 : _ConstructCheck(__first, __last),
166 _ConstructCheck(__x),

Completed in 54 milliseconds