HomeSort by relevance Sort by last modified time
    Searched refs:unary_function (Results 51 - 75 of 172) sorted by null

1 23 4 5 6 7

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function.h 74 struct negate : public unary_function<_Tp, _Tp> {
89 struct logical_not : public unary_function<_Tp, bool> {
137 : public unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> {
138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base;
189 public unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
191 typedef unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
224 : public unary_function<typename __BINARY_ARG(_Operation, first_argument_type),
226 typedef unary_function<typename __BINARY_ARG(_Operation, first_argument_type),
262 public unary_function<typename __UNARY_ARG(_Operation2, argument_type),
264 typedef unary_function<typename __UNARY_ARG(_Operation2, argument_type)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function.h 74 struct negate : public unary_function<_Tp, _Tp> {
89 struct logical_not : public unary_function<_Tp, bool> {
137 : public unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> {
138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base;
189 public unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
191 typedef unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
224 : public unary_function<typename __BINARY_ARG(_Operation, first_argument_type),
226 typedef unary_function<typename __BINARY_ARG(_Operation, first_argument_type),
262 public unary_function<typename __UNARY_ARG(_Operation2, argument_type),
264 typedef unary_function<typename __UNARY_ARG(_Operation2, argument_type)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function.h 74 struct negate : public unary_function<_Tp, _Tp> {
89 struct logical_not : public unary_function<_Tp, bool> {
137 : public unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> {
138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base;
189 public unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
191 typedef unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
224 : public unary_function<typename __BINARY_ARG(_Operation, first_argument_type),
226 typedef unary_function<typename __BINARY_ARG(_Operation, first_argument_type),
262 public unary_function<typename __UNARY_ARG(_Operation2, argument_type),
264 typedef unary_function<typename __UNARY_ARG(_Operation2, argument_type)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function.h 74 struct negate : public unary_function<_Tp, _Tp> {
89 struct logical_not : public unary_function<_Tp, bool> {
137 : public unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> {
138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base;
189 public unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
191 typedef unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
224 : public unary_function<typename __BINARY_ARG(_Operation, first_argument_type),
226 typedef unary_function<typename __BINARY_ARG(_Operation, first_argument_type),
262 public unary_function<typename __UNARY_ARG(_Operation2, argument_type),
264 typedef unary_function<typename __UNARY_ARG(_Operation2, argument_type)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function.h 74 struct negate : public unary_function<_Tp, _Tp> {
89 struct logical_not : public unary_function<_Tp, bool> {
137 : public unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> {
138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base;
189 public unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
191 typedef unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
224 : public unary_function<typename __BINARY_ARG(_Operation, first_argument_type),
226 typedef unary_function<typename __BINARY_ARG(_Operation, first_argument_type),
262 public unary_function<typename __UNARY_ARG(_Operation2, argument_type),
264 typedef unary_function<typename __UNARY_ARG(_Operation2, argument_type)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_function.h 89 * The standard functors are derived from structs named @c unary_function
100 struct unary_function struct
180 struct negate : public unary_function<_Tp, _Tp>
281 struct logical_not : public unary_function<_Tp, bool>
328 * : public std::unary_function<int, bool>
347 : public unary_function<typename _Predicate::argument_type, bool>
400 * from the base classes @c unary_function and @c binary_function).
417 class pointer_to_unary_function : public unary_function<_Arg, _Result>
468 struct _Identity : public unary_function<_Tp,_Tp>
480 struct _Select1st : public unary_function<_Pair
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_function.h 91 * The standard functors are derived from structs named @c unary_function
102 struct unary_function struct
186 struct negate : public unary_function<_Tp, _Tp>
287 struct logical_not : public unary_function<_Tp, bool>
334 * : public std::unary_function<int, bool>
353 : public unary_function<typename _Predicate::argument_type, bool>
406 * from the base classes @c unary_function and @c binary_function).
423 class pointer_to_unary_function : public unary_function<_Arg, _Result>
474 struct _Identity : public unary_function<_Tp,_Tp>
486 struct _Select1st : public unary_function<_Pair
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_function.h 91 * The standard functors are derived from structs named @c unary_function
102 struct unary_function struct
186 struct negate : public unary_function<_Tp, _Tp>
287 struct logical_not : public unary_function<_Tp, bool>
334 * : public std::unary_function<int, bool>
353 : public unary_function<typename _Predicate::argument_type, bool>
406 * from the base classes @c unary_function and @c binary_function).
423 class pointer_to_unary_function : public unary_function<_Arg, _Result>
474 struct _Identity : public unary_function<_Tp,_Tp>
486 struct _Select1st : public unary_function<_Pair
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 89 * The standard functors are derived from structs named @c unary_function
100 struct unary_function struct
180 struct negate : public unary_function<_Tp, _Tp>
281 struct logical_not : public unary_function<_Tp, bool>
328 * : public std::unary_function<int, bool>
347 : public unary_function<typename _Predicate::argument_type, bool>
400 * from the base classes @c unary_function and @c binary_function).
417 class pointer_to_unary_function : public unary_function<_Arg, _Result>
468 struct _Identity : public unary_function<_Tp,_Tp>
480 struct _Select1st : public unary_function<_Pair
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 89 * The standard functors are derived from structs named @c unary_function
100 struct unary_function struct
180 struct negate : public unary_function<_Tp, _Tp>
281 struct logical_not : public unary_function<_Tp, bool>
328 * : public std::unary_function<int, bool>
347 : public unary_function<typename _Predicate::argument_type, bool>
400 * from the base classes @c unary_function and @c binary_function).
417 class pointer_to_unary_function : public unary_function<_Arg, _Result>
468 struct _Identity : public unary_function<_Tp,_Tp>
480 struct _Select1st : public unary_function<_Pair
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 89 * The standard functors are derived from structs named @c unary_function
100 struct unary_function struct
180 struct negate : public unary_function<_Tp, _Tp>
281 struct logical_not : public unary_function<_Tp, bool>
328 * : public std::unary_function<int, bool>
347 : public unary_function<typename _Predicate::argument_type, bool>
400 * from the base classes @c unary_function and @c binary_function).
417 class pointer_to_unary_function : public unary_function<_Arg, _Result>
468 struct _Identity : public unary_function<_Tp,_Tp>
480 struct _Select1st : public unary_function<_Pair
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_function.h 89 * The standard functors are derived from structs named @c unary_function
100 struct unary_function struct
180 struct negate : public unary_function<_Tp, _Tp>
281 struct logical_not : public unary_function<_Tp, bool>
328 * : public std::unary_function<int, bool>
347 : public unary_function<typename _Predicate::argument_type, bool>
400 * from the base classes @c unary_function and @c binary_function).
417 class pointer_to_unary_function : public unary_function<_Arg, _Result>
468 struct _Identity : public unary_function<_Tp,_Tp>
480 struct _Select1st : public unary_function<_Pair
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 91 * The standard functors are derived from structs named @c unary_function
102 struct unary_function struct
186 struct negate : public unary_function<_Tp, _Tp>
287 struct logical_not : public unary_function<_Tp, bool>
334 * : public std::unary_function<int, bool>
353 : public unary_function<typename _Predicate::argument_type, bool>
406 * from the base classes @c unary_function and @c binary_function).
423 class pointer_to_unary_function : public unary_function<_Arg, _Result>
474 struct _Identity : public unary_function<_Tp,_Tp>
486 struct _Select1st : public unary_function<_Pair
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 92 * The standard functors are derived from structs named @c unary_function
103 struct unary_function struct
187 struct negate : public unary_function<_Tp, _Tp>
288 struct logical_not : public unary_function<_Tp, bool>
335 * : public std::unary_function<int, bool>
354 : public unary_function<typename _Predicate::argument_type, bool>
407 * from the base classes @c unary_function and @c binary_function).
424 class pointer_to_unary_function : public unary_function<_Arg, _Result>
477 // unary_function itself is deprecated in C++11 and deriving from
479 : public unary_function<_Tp,_Tp
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 91 * The standard functors are derived from structs named @c unary_function
102 struct unary_function struct
186 struct negate : public unary_function<_Tp, _Tp>
287 struct logical_not : public unary_function<_Tp, bool>
334 * : public std::unary_function<int, bool>
353 : public unary_function<typename _Predicate::argument_type, bool>
406 * from the base classes @c unary_function and @c binary_function).
423 class pointer_to_unary_function : public unary_function<_Arg, _Result>
474 struct _Identity : public unary_function<_Tp,_Tp>
486 struct _Select1st : public unary_function<_Pair
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 92 * The standard functors are derived from structs named @c unary_function
103 struct unary_function struct
187 struct negate : public unary_function<_Tp, _Tp>
288 struct logical_not : public unary_function<_Tp, bool>
335 * : public std::unary_function<int, bool>
354 : public unary_function<typename _Predicate::argument_type, bool>
407 * from the base classes @c unary_function and @c binary_function).
424 class pointer_to_unary_function : public unary_function<_Arg, _Result>
477 // unary_function itself is deprecated in C++11 and deriving from
479 : public unary_function<_Tp,_Tp
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_function.h 90 * The standard functors are derived from structs named @c unary_function
101 struct unary_function struct
185 struct negate : public unary_function<_Tp, _Tp>
286 struct logical_not : public unary_function<_Tp, bool>
333 * : public std::unary_function<int, bool>
352 : public unary_function<typename _Predicate::argument_type, bool>
405 * from the base classes @c unary_function and @c binary_function).
422 class pointer_to_unary_function : public unary_function<_Arg, _Result>
474 : public unary_function<_Tp,_Tp>
487 : public unary_function<_Pair, typename _Pair::first_type
    [all...]
  /external/chromium_org/chrome/common/metrics/
entropy_provider.h 24 struct SeededRandGenerator : std::unary_function<uint32, uint32> {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
Emplaceable.h 36 : public std::unary_function<Emplaceable, std::size_t>
MoveOnly.h 32 : public std::unary_function<MoveOnly, std::size_t>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.hash/
strings.pass.cpp 14 // : public unary_function<T, size_t>
30 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.assign/
copy_assign.pass.cpp 20 : public std::unary_function<int, char>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/
MoveOnly.h 32 : public std::unary_function<MoveOnly, std::size_t>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
binders.h 98 : public unary_function<typename _Operation::second_argument_type,
133 : public unary_function<typename _Operation::first_argument_type,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
functional_hash.h 38 struct hash : public std::unary_function<_Tp, size_t>
46 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t>

Completed in 406 milliseconds

1 23 4 5 6 7