Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h127 # define __BINARY_ARG(__Operation,__type) __binary_fun_aux<__Operation>::__type macro
131 # define __BINARY_ARG(__Operation,__type) __Operation::__type macro
160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
161 typename __BINARY_ARG(_Predicate, second_argument_type),
163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
164 typename __BINARY_ARG(_Predicate, second_argument_type),
189 public unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
190 typename __BINARY_ARG(_Operation, result_type) > {
191 typedef unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
192 typename __BINARY_ARG(_Operation, result_type) > _Base;
[all …]