Searched refs:_STLP_ALLOCATOR_TYPE_DFL (Results 1 - 22 of 22) sorted by relevance

/external/stlport/stlport/stl/config/
H A Dfeatures.h688 #if !defined (_STLP_ALLOCATOR_TYPE_DFL)
693 # define _STLP_ALLOCATOR_TYPE_DFL macro
695 # define _STLP_ALLOCATOR_TYPE_DFL = allocator_type() macro
/external/stlport/stlport/stl/
H A D_map.h118 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
311 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
117 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
309 multimap(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
H A D_set.h113 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
278 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
112 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
276 multiset(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
H A D_hash_map.h127 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
318 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
125 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
316 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
H A D_hash_set.h122 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
304 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
120 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
302 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
H A D_string.h262 const allocator_type & __a _STLP_ALLOCATOR_TYPE_DFL)
278 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
261 basic_string(_InputIterator __f, _InputIterator __l, const allocator_type & __a _STLP_ALLOCATOR_TYPE_DFL) argument
277 basic_string(const _CharT* __f, const _CharT* __l, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
H A D_bvector.h552 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
551 __BVECTOR(_InputIterator __first, _InputIterator __last, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
H A D_list.h325 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
324 list(_InputIterator __first, _InputIterator __last, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
H A D_string_workaround.h83 const allocator_type & __a _STLP_ALLOCATOR_TYPE_DFL)
82 basic_string(_InputIterator __f, _InputIterator __l, const allocator_type & __a _STLP_ALLOCATOR_TYPE_DFL) argument
H A D_vector.h278 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL )
H A D_deque.h533 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
532 deque(_InputIterator __first, _InputIterator __last, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
H A D_slist.h308 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
307 slist(_InputIterator __first, _InputIterator __last, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
/external/stlport/stlport/stl/pointers/
H A D_vector.h134 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL )
H A D_list.h112 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
111 list(_InputIterator __first, _InputIterator __last, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
H A D_set.h160 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
409 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
159 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
407 multiset(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
H A D_deque.h179 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
178 deque(_InputIterator __first, _InputIterator __last, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
H A D_slist.h107 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
106 slist(_InputIterator __first, _InputIterator __last, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
/external/stlport/stlport/stl/debug/
H A D_deque.h162 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
H A D_vector.h208 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
H A D_list.h122 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
121 list(_InputIterator __first, _InputIterator __last, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
H A D_slist.h139 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
138 slist(_InputIterator __first, _InputIterator __last, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
H A D_string.h146 const allocator_type & __a _STLP_ALLOCATOR_TYPE_DFL)
145 basic_string(_InputIterator __f, _InputIterator __l, const allocator_type & __a _STLP_ALLOCATOR_TYPE_DFL) argument

Completed in 1306 milliseconds