Searched defs:__pred (Results 1 – 10 of 10) sorted by relevance
/external/stlport/stlport/stl/ |
D | _algobase.c | 160 _Predicate __pred, in __find_if() 204 _Predicate __pred, in __find_if() 215 _Predicate __pred) { in find_if() 229 _BinaryPred __pred) { in search()
|
D | _algo.h | 115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { in count_if() 190 replace_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, const _Tp& __new_value) { in replace_if() 211 _Predicate __pred, const _Tp& __new_value) { in replace_copy_if() 252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { in remove_copy_if() 278 remove_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { in remove_if()
|
D | _algo.c | 155 _Integer __count, const _Tp& __val, _BinaryPred __pred, in __search_n() 221 _Integer __count, const _Tp& __val, _BinaryPred __pred, in __search_n() 678 _Predicate __pred, in __partition() 699 _Predicate __pred, in __partition() 729 _Predicate __pred, in __partition() 738 _ForwardIter partition(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { in partition() 754 _Predicate __pred, _Distance __len, in __inplace_stable_partition() 770 _Predicate __pred, _Distance __len, in __stable_partition_adaptive() 811 _Predicate __pred, _Tp*, _Distance*, bool __pred_of_before_last) { in __stable_partition_aux_aux() 827 __stable_partition_aux(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, in __stable_partition_aux() [all …]
|
D | _slist.c | 134 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __pred) { in _Slist_unique()
|
D | _list.c | 139 void _S_remove_if(list<_Tp, _Alloc>& __that, _Predicate __pred) { in _S_remove_if()
|
D | _function.h | 154 not1(const _Predicate& __pred) { in not1() 183 not2(const _Predicate& __pred) { in not2()
|
/external/stlport/stlport/stl/debug/ |
D | _slist.h | 551 void remove_if(_Predicate __pred) { in remove_if() 565 void unique(_BinaryPredicate __pred) { in unique()
|
D | _list.h | 435 void remove_if(_Predicate __pred) { in remove_if()
|
/external/stlport/stlport/stl/pointers/ |
D | _slist.h | 390 void remove_if(_Predicate __pred) in remove_if() 394 void unique(_BinaryPredicate __pred) in unique()
|
D | _list.h | 310 void remove_if(_Predicate __pred) in remove_if()
|