Searched defs:_M_impl (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _messages_facets.h | 146 _STLP_PRIV _Messages* _M_impl; variable 174 _STLP_PRIV _Messages* _M_impl; variable
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _vector.h | 107 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl() function 115 : _M_impl(__n, cast_traits::to_storage_type_cref(__val), in _M_impl() function 147 : _M_impl(cast_traits::to_storage_type_cptr(__first), cast_traits::to_storage_type_cptr(__last), in _M_impl() function
|
D | _list.h | 93 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl() function 101 : _M_impl(__n, cast_traits::to_storage_type_cref(__val), in _M_impl() function 135 : _M_impl(cast_traits::to_storage_type_cptr(__first), in _M_impl() function
|
D | _slist.h | 88 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl() function 96 …: _M_impl(__n, cast_traits::to_storage_type_cref(__x), _STLP_CONVERT_ALLOCATOR(__a, _StorageType))… in _M_impl() function 132 : _M_impl(cast_traits::to_storage_type_cptr(__first), cast_traits::to_storage_type_cptr(__last), in _M_impl() function
|