Searched refs:_BinaryPredicate (Results 1 - 13 of 13) sorted by relevance

/external/stlport/stlport/stl/pointers/
H A D_tools.h34 template <class _StorageT, class _ValueT, class _BinaryPredicate>
449 template <class _StorageT, class _ValueT, class _BinaryPredicate>
454 _BinaryPredWrapper (_BinaryPredicate const& __pred) : _M_pred(__pred) {}
456 _BinaryPredicate get_pred() const { return _M_pred; }
463 operator _BinaryPredicate() const
467 _BinaryPredicate _M_pred;
H A D_list.h312 template <class _BinaryPredicate>
313 void unique(_BinaryPredicate __bin_pred)
314 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__bin_pred)); }
H A D_slist.h393 template <class _BinaryPredicate>
394 void unique(_BinaryPredicate __pred)
395 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__pred)); }
/external/stlport/stlport/stl/
H A D_algobase.c347 template <class _InputIter, class _ForwardIter, class _BinaryPredicate>
350 _BinaryPredicate __comp) {
368 class _BinaryPredicate>
372 _BinaryPredicate __comp) {
404 class _BinaryPredicate>
409 _BinaryPredicate __comp) {
432 class _BinaryPredicate>
436 _BinaryPredicate __comp) {
H A D_algo.h80 template <class _ForwardIter, class _BinaryPredicate>
83 _BinaryPredicate __binary_pred) {
143 template <class _InputIter, class _ForwardIter, class _BinaryPredicate>
146 _ForwardIter __first2, _ForwardIter __last2, _BinaryPredicate __comp) {
293 template <class _InputIter, class _OutputIter, class _BinaryPredicate>
295 _BinaryPredicate __binary_pred);
303 template <class _ForwardIter, class _BinaryPredicate>
305 _BinaryPredicate __binary_pred) {
H A D_algobase.h534 template <class _InputIter1, class _InputIter2, class _BinaryPredicate>
539 _BinaryPredicate __binary_pred) {
561 template <class _InputIter1, class _InputIter2, class _BinaryPredicate>
564 _InputIter2 __first2, _BinaryPredicate __binary_pred) {
684 template <class _InputIter, class _ForwardIter, class _BinaryPredicate>
687 _BinaryPredicate __comp);
692 class _BinaryPredicate>
696 _BinaryPredicate __comp);
H A D_slist.c133 template <class _Tp, class _Alloc, class _BinaryPredicate>
134 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __pred) {
H A D_list.c151 template <class _Tp, class _Alloc, class _BinaryPredicate>
152 void _S_unique(list<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred) {
H A D_algo.c292 template <class _InputIterator, class _OutputIterator, class _BinaryPredicate, variable
297 _BinaryPredicate __binary_pred, _Tp*) {
308 template <class _InputIter, class _OutputIter, class _BinaryPredicate>
311 _BinaryPredicate __binary_pred, const output_iterator_tag &) {
316 template <class _InputIter, class _ForwardIter, class _BinaryPredicate>
319 _BinaryPredicate __binary_pred, const forward_iterator_tag &) {
327 template <class _InputIterator, class _BidirectionalIterator, class _BinaryPredicate>
330 _BidirectionalIterator __result, _BinaryPredicate __binary_pred,
335 template <class _InputIterator, class _RandomAccessIterator, class _BinaryPredicate>
338 _RandomAccessIterator __result, _BinaryPredicate __binary_pre
[all...]
H A D_list.h238 template <class _Tp, class _Alloc, class _BinaryPredicate>
239 void _S_unique(list<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred);
667 template <class _BinaryPredicate>
668 void unique(_BinaryPredicate __binary_pred)
H A D_slist.h205 template <class _Tp, class _Alloc, class _BinaryPredicate>
206 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred);
804 template <class _BinaryPredicate>
805 void unique(_BinaryPredicate __pred)
/external/stlport/stlport/stl/debug/
H A D_list.h448 template <class _BinaryPredicate>
449 void unique(_BinaryPredicate __binary_pred) {
H A D_slist.h564 template <class _BinaryPredicate>
565 void unique(_BinaryPredicate __pred) {

Completed in 214 milliseconds