Searched refs:__UNARY_ARG (Results 1 – 1 of 1) sorted by relevance
/external/stlport/stlport/stl/ |
D | _function.h | 126 # define __UNARY_ARG(__Operation,__type) __unary_fun_aux<__Operation>::__type macro 130 # define __UNARY_ARG(__Operation,__type) __Operation::__type macro 137 : public unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> { 138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base; 262 public unary_function<typename __UNARY_ARG(_Operation2, argument_type), 263 typename __UNARY_ARG(_Operation1, result_type)> { 264 typedef unary_function<typename __UNARY_ARG(_Operation2, argument_type), 265 typename __UNARY_ARG(_Operation1, result_type)> _Base; 291 public unary_function<typename __UNARY_ARG(_Operation2, argument_type), 293 typedef unary_function<typename __UNARY_ARG(_Operation2, argument_type),
|