HomeSort by relevance Sort by last modified time
    Searched refs:unary_function (Results 1 - 25 of 29) sorted by null

1 2

  /external/stlport/test/unit/
unary.h 5 #include <functional> //*TY 12/26/1998 - added to get unary_function
8 using std::unary_function;
11 struct odd : public unary_function<int, bool> {
15 struct positive : public unary_function<int, bool> {
19 struct square_root : public unary_function<double, double> {
fadapter.h 11 using std::unary_function;
26 struct projectvoid : public unary_function<Arg1,__void_tag> {
46 class pointer_to_unary_procedure /* :public unary_function<Arg, __void_tag> */ {
63 class pointer_to_binary_procedure /* : public unary_function<Arg1, Arg2, __void_tag> */ {
  /ndk/tests/device/test-gnustl-full/unit/
unary.h 5 #include <functional> //*TY 12/26/1998 - added to get unary_function
8 using std::unary_function;
11 struct odd : public unary_function<int, bool> {
15 struct positive : public unary_function<int, bool> {
19 struct square_root : public unary_function<double, double> {
fadapter.h 11 using std::unary_function;
26 struct projectvoid : public unary_function<Arg1,__void_tag> {
46 class pointer_to_unary_procedure /* :public unary_function<Arg, __void_tag> */ {
63 class pointer_to_binary_procedure /* : public unary_function<Arg1, Arg2, __void_tag> */ {
  /ndk/tests/device/test-stlport/unit/
unary.h 5 #include <functional> //*TY 12/26/1998 - added to get unary_function
8 using std::unary_function;
11 struct odd : public unary_function<int, bool> {
15 struct positive : public unary_function<int, bool> {
19 struct square_root : public unary_function<double, double> {
fadapter.h 11 using std::unary_function;
26 struct projectvoid : public unary_function<Arg1,__void_tag> {
46 class pointer_to_unary_procedure /* :public unary_function<Arg, __void_tag> */ {
63 class pointer_to_binary_procedure /* : public unary_function<Arg1, Arg2, __void_tag> */ {
  /external/stlport/stlport/stl/
_function_base.h 40 struct unary_function { struct
48 ~unary_function() {}
59 /* See unary_function comment. */
141 struct _Select1st : public unary_function<_Pair, typename _Pair::first_type> {
148 struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type> {
169 struct __Select1st_hint : public unary_function<_Pair, _Whatever> {
178 struct _Identity : public unary_function<_Tp,_Tp> {
_ctraits_fns.h 44 : public unary_function<typename _Traits::char_type, bool> {
53 : public unary_function<typename _Traits::char_type, bool>
63 : public unary_function<typename _Traits::char_type, bool> {
_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...]
_function_adaptors.h 65 class _Mem_fun0_ptr : public unary_function<_Tp*, _Result> {
91 class _Const_mem_fun0_ptr : public unary_function<const _Tp*,_Result> {
118 class _Mem_fun0_ref : public unary_function<_Tp,_Result> {
144 class _Const_mem_fun0_ref : public unary_function<_Tp,_Result> {
189 class _Ptr_fun1_base : public unary_function<_Arg, _Result> {
227 class _Void_mem_fun0_ptr : public unary_function<_Tp*,void> {
253 class _Void_const_mem_fun0_ptr : public unary_function<const _Tp*,void> {
279 class _Void_mem_fun0_ref : public unary_function<_Tp,void> {
305 class _Void_const_mem_fun0_ref : public unary_function<_Tp,void> {
348 class _Ptr_void_fun1_base : public unary_function<_Arg, void>
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 40 struct unary_function { struct
48 ~unary_function() {}
59 /* See unary_function comment. */
141 struct _Select1st : public unary_function<_Pair, typename _Pair::first_type> {
148 struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type> {
169 struct __Select1st_hint : public unary_function<_Pair, _Whatever> {
178 struct _Identity : public unary_function<_Tp,_Tp> {
_ctraits_fns.h 44 : public unary_function<typename _Traits::char_type, bool> {
53 : public unary_function<typename _Traits::char_type, bool>
63 : public unary_function<typename _Traits::char_type, bool> {
_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...]
_function_adaptors.h 65 class _Mem_fun0_ptr : public unary_function<_Tp*, _Result> {
91 class _Const_mem_fun0_ptr : public unary_function<const _Tp*,_Result> {
118 class _Mem_fun0_ref : public unary_function<_Tp,_Result> {
144 class _Const_mem_fun0_ref : public unary_function<_Tp,_Result> {
189 class _Ptr_fun1_base : public unary_function<_Arg, _Result> {
227 class _Void_mem_fun0_ptr : public unary_function<_Tp*,void> {
253 class _Void_const_mem_fun0_ptr : public unary_function<const _Tp*,void> {
279 class _Void_mem_fun0_ref : public unary_function<_Tp,void> {
305 class _Void_const_mem_fun0_ref : public unary_function<_Tp,void> {
348 class _Ptr_void_fun1_base : public unary_function<_Arg, void>
    [all...]
  /prebuilt/linux-x86/toolchain/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...]
  /external/astl/include/
functional 41 struct unary_function {
  /prebuilt/linux-x86/toolchain/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,
  /prebuilt/linux-x86/toolchain/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>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
base.h 178 : public std::unary_function<argument_type, bool>
197 : public std::unary_function<second_argument_type, result_type>
226 : public std::unary_function<first_argument_type, result_type>
  /external/chromium/base/
stl_util-inl.h 349 : public std::unary_function<Pair, typename UnaryOp::result_type> {
372 : public std::unary_function<Pair, typename UnaryOp::result_type> {
  /external/stlport/test/eh/
Prefix.h 294 struct eh_select1st_hint : public unary_function<Pair, U> {
test_insert.h 116 struct select1st : public unary_function<_Pair, typename _Pair::first_type> {
  /external/stlport/src/
ctype.cpp 300 struct _Ctype_is_mask : public unary_function<char, bool> {
308 struct _Ctype_not_mask : public unary_function<char, bool> {
378 struct _Ctype_w_is_mask : public unary_function<wchar_t, bool> {
  /ndk/sources/cxx-stl/stlport/src/
ctype.cpp 300 struct _Ctype_is_mask : public unary_function<char, bool> {
308 struct _Ctype_not_mask : public unary_function<char, bool> {
378 struct _Ctype_w_is_mask : public unary_function<wchar_t, bool> {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
bitmap_allocator.h 307 : public std::unary_function<typename std::pair<_Tp, _Tp>, bool>
331 : public std::unary_function<typename _Functor::argument_type,
357 : public std::unary_function<typename std::pair<_Tp, _Tp>, bool>

Completed in 951 milliseconds

1 2