Home
last modified time | relevance | path

Searched refs:__Operation (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h126 # define __UNARY_ARG(__Operation,__type) __unary_fun_aux<__Operation>::__type argument
127 # define __BINARY_ARG(__Operation,__type) __binary_fun_aux<__Operation>::__type argument
130 # define __UNARY_ARG(__Operation,__type) __Operation::__type argument
131 # define __BINARY_ARG(__Operation,__type) __Operation::__type argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dfunctional976 template <class __Operation>
978 : public unary_function<typename __Operation::second_argument_type,
979 typename __Operation::result_type>
982 __Operation op;
983 typename __Operation::first_argument_type value;
985 _LIBCPP_INLINE_VISIBILITY binder1st(const __Operation& __x,
986 const typename __Operation::first_argument_type __y)
988 _LIBCPP_INLINE_VISIBILITY typename __Operation::result_type operator()
989 (typename __Operation::second_argument_type& __x) const
991 _LIBCPP_INLINE_VISIBILITY typename __Operation::result_type operator()
[all …]