HomeSort by relevance Sort by last modified time
    Searched full:_binarypredicate (Results 1 - 13 of 13) sorted by null

  /external/stlport/stlport/stl/
_algobase.c 347 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) {
_algo.h 80 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) {
_algobase.h 534 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);
_slist.c 133 template <class _Tp, class _Alloc, class _BinaryPredicate>
134 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __pred) {
_algo.c 292 template <class _InputIterator, class _OutputIterator, class _BinaryPredicate,
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_pred
    [all...]
_list.c 151 template <class _Tp, class _Alloc, class _BinaryPredicate>
152 void _S_unique(list<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred) {
_list.h 238 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)
_slist.h 205 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/pointers/
_tools.h 34 template <class _StorageT, class _ValueT, class _BinaryPredicate>
446 template <class _StorageT, class _ValueT, class _BinaryPredicate>
451 _BinaryPredWrapper (_BinaryPredicate const& __pred) : _M_pred(__pred) {}
453 _BinaryPredicate get_pred() const { return _M_pred; }
460 operator _BinaryPredicate() const
464 _BinaryPredicate _M_pred;
_list.h 312 template <class _BinaryPredicate>
313 void unique(_BinaryPredicate __bin_pred)
314 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__bin_pred)); }
_slist.h 393 template <class _BinaryPredicate>
394 void unique(_BinaryPredicate __pred)
395 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__pred)); }
  /external/stlport/stlport/stl/debug/
_list.h 448 template <class _BinaryPredicate>
449 void unique(_BinaryPredicate __binary_pred) {
_slist.h 564 template <class _BinaryPredicate>
565 void unique(_BinaryPredicate __pred) {

Completed in 393 milliseconds