OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_BinaryPredicate
(Results
1 - 2
of
2
) sorted by null
/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;
/external/stlport/stlport/stl/
_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
...]
Completed in 28 milliseconds