Home
last modified time | relevance | path

Searched defs:_Tp (Results 1 – 23 of 23) sorted by relevance

/external/stlport/stlport/stl/
D_iterator_old.h116 iterator_category(const reverse_bidirectional_iterator<_BidirectionalIterator, _Tp, Reference__, _D… in iterator_category() argument
121 value_type(const reverse_bidirectional_iterator<_BidirectionalIterator, _Tp, Reference__, _Distance… in value_type() argument
126 distance_type(const reverse_bidirectional_iterator<_BidirectionalIterator, _Tp, Reference__, _Dista… in distance_type() argument
224 iterator_category(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&) in iterator_category() argument
228 inline _Tp* _STLP_CALL value_type(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, … in value_type() argument
233 distance_type(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&) in distance_type() argument
D_list.c139 void _S_remove_if(list<_Tp, _Alloc>& __that, _Predicate __pred) { in _S_remove_if()
152 void _S_unique(list<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred) { in _S_unique()
168 void _S_merge(list<_Tp, _Alloc>& __that, list<_Tp, _Alloc>& __x, in _S_merge()
206 void _S_sort(list<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp) { in _S_sort()
D_slist.c134 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __pred) { in _Slist_unique()
148 void _Slist_merge(slist<_Tp, _Alloc>& __that, slist<_Tp, _Alloc>& __x, in _Slist_merge()
184 void _Slist_sort(slist<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp) { in _Slist_sort()
D_heap.c57 _RandomAccessIterator __last, _Distance*, _Tp*) in __push_heap_aux() argument
94 _Distance*, _Tp*) in __push_heap_aux() argument
132 __pop_heap_aux(_RandomAccessIterator __first, _RandomAccessIterator __last, _Tp*) { in __pop_heap_aux() argument
172 _RandomAccessIterator __last, _Tp*, _Compare __comp) in __pop_heap_aux() argument
191 _RandomAccessIterator __last, _Tp*, _Distance*) in __make_heap() argument
217 _Compare __comp, _Tp*, _Distance*) in __make_heap() argument
D_tempbuf.h66 get_temporary_buffer(ptrdiff_t __len, _Tp*) { in get_temporary_buffer() argument
100 void _M_initialize_buffer(const _Tp&, const __true_type&) {} in _M_initialize_buffer()
134 _Temporary_buffer(const _Temporary_buffer<_ForwardIterator, _Tp>&) {} in _Temporary_buffer() argument
D_iostream_string.h85 __stl_alloc_rebind(_STLP_PRIV __iostring_allocator<_Tp>& __a, const _Tp*) in __stl_alloc_rebind()
89 __stl_alloc_create(const _STLP_PRIV __iostring_allocator<_Tp>&, const _Tp*) in __stl_alloc_create()
D_rope.h81 # define _STLP_CREATE_ALLOCATOR(__atype,__a, _Tp) (_Alloc_traits<_Tp,__atype>::create_allocator(__… argument
83 # define _STLP_CREATE_ALLOCATOR(__atype,__a, _Tp) __stl_alloc_create(__a,(_Tp*)0) argument
D_numeric.c41 _OutputIterator __result, _Tp*, _BinaryOperation __binary_op) { in __partial_sum() argument
58 _OutputIterator __result, _Tp*, in __adjacent_difference() argument
D_tempbuf.c37 __get_temporary_buffer(ptrdiff_t __len, _Tp*) in __get_temporary_buffer() argument
D_construct.h60 inline void __destroy_aux(_Tp*, const __true_type& /*_Trivial_destructor*/) {} in __destroy_aux() argument
190 __destroy_range_aux(_ForwardIterator __first, _ForwardIterator __last, _Tp*, const __false_type& /*… in __destroy_range_aux() argument
202 __destroy_range_aux(_ForwardIterator __first, _ForwardIterator __last, _Tp*, const __true_type& /*_… in __destroy_range_aux() argument
250 inline _Tp __default_constructed_aux(_Tp*, const __false_type&) { in __default_constructed_aux() argument
254 inline _Tp __default_constructed_aux(_Tp*, const __true_type&) { in __default_constructed_aux() argument
D_raw_storage_iter.h72 inline output_iterator_tag iterator_category(const raw_storage_iterator<_ForwardIterator, _Tp>&) { … in iterator_category() argument
D_alloc.h181 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0) argument
183 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a argument
188 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0) argument
293 allocator(const allocator<_Tp>&) _STLP_NOTHROW {} in allocator()
D_algo.c297 _BinaryPredicate __binary_pred, _Tp*) { in __unique_copy() argument
446 _Distance *, _Tp *) { in __rotate_aux() argument
811 _Predicate __pred, _Tp*, _Distance*, bool __pred_of_before_last) { in __stable_partition_aux_aux() argument
937 _Tp *, _Compare __comp) { in __insertion_sort() argument
946 _Tp*, _Compare __comp) { in __unguarded_insertion_sort_aux() argument
971 _RandomAccessIter __last, _Tp*, in __introsort_loop() argument
1183 _RandomAccessIter __last, _Tp*, _Distance*, in __stable_sort_aux() argument
1221 _RandomAccessIter __last, _Tp*, _Compare __comp) { in __partial_sort() argument
1260 _Compare __comp, _Distance*, _Tp*) { in __partial_sort_copy() argument
1315 _RandomAccessIter __last, _Tp*, _Compare __comp) { in __nth_element() argument
[all …]
D_algobase.h162 inline const _Tp (min)(const _Tp __a, const _Tp __b, _Compare __comp) { in _Tp() function
167 inline const _Tp (max)(const _Tp __a, const _Tp __b, _Compare __comp) { in _Tp() function
334 # define _STLP_DECLARE_COPY_TRIVIAL(_Tp) \ argument
D_algo.h474 less<_Tp> __less2(_Tp*, _Tp* ) { return less<_Tp>(); } in __less2() argument
D_function.h95 template <class _Tp> inline _Tp identity_element(plus<_Tp>) { return _Tp(0); } in identity_element()
96 template <class _Tp> inline _Tp identity_element(multiplies<_Tp>) { return _Tp(1); } in identity_element()
D_uninitialized.h334 inline _ForwardIter __uinit_aux_aux(_ForwardIter __first, _Size __n, const _Tp& /* __val */, in __uinit_aux_aux()
341 inline _ForwardIter __uinit_aux(_ForwardIter __first, _Size __n, const _Tp&, in __uinit_aux()
/external/stlport/test/unit/
Dlimits_test.cpp64 bool valid_sign_info(bool limit_is_signed, const _Tp &) { in valid_sign_info()
70 bool test_integral_limits_base(const _Tp &, bool unknown_sign = true, bool is_signed = true) { in test_integral_limits_base()
124 bool test_float_limits(const _Tp &) { in test_float_limits()
233 bool test_qnan(const _Tp &) { in test_qnan()
Dmvctor_declaration_test.cpp49 static bool is_movable(const _Tp&) { in is_movable()
55 static bool is_move_complete(const _Tp&) { in is_move_complete()
Dtype_traits_test.cpp495 int has_trivial_destructor(_Tp) { in has_trivial_destructor() argument
550 int is_POD_type(_Tp) { in is_POD_type() argument
573 int is_stlport_class(_Tp) { in is_stlport_class() argument
Dsort_test.cpp178 void SortTestFunc (_Tp) { in SortTestFunc() argument
/external/stlport/test/eh/
DPrefix.h140 EH_allocator(const EH_allocator<_Tp>&) _STLP_NOTHROW {} in EH_allocator()
/external/stlport/stlport/stl/config/
Dfeatures.h340 # define _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_Key, _Tp ) class _Alloc argument
342 # define _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_Key, _Tp ) \ argument