Searched defs:_ConstructCheck (Results 1 – 4 of 4) 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 178 : _ConstructCheck(__first, __last), in _ConstructCheck() function 185 : _ConstructCheck(__first, __last), in _ConstructCheck() function
|
D | _list.h | 68 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_LIST > _ConstructCheck; typedef 137 : _ConstructCheck(__first, __last), in _ConstructCheck() function 142 : _ConstructCheck(__first, __last), in _ConstructCheck() function
|
D | _string.h | 56 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_STRING > _ConstructCheck; typedef 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
|
D | _slist.h | 85 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_SLIST > _ConstructCheck; typedef 154 : _ConstructCheck(__first, __last), in _ConstructCheck() function 160 : _ConstructCheck(__first, __last), in _ConstructCheck() function
|