Searched defs:__type (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _limits.c | 36 # define __declare_numeric_base_member(__type, __mem) \ argument 65 # define __declare_integer_limits_member(__type, __mem) \ argument 102 # define __declare_float_limits_member(__type, __mem) \ argument
|
D | _function.h | 126 # define __UNARY_ARG(__Operation,__type) __unary_fun_aux<__Operation>::__type argument 127 # define __BINARY_ARG(__Operation,__type) __binary_fun_aux<__Operation>::__type argument 128 # define __PAIR_ARG(__Pair,__type) __pair_aux<__Pair>::__type argument 130 # define __UNARY_ARG(__Operation,__type) __Operation::__type argument 131 # define __BINARY_ARG(__Operation,__type) __Operation::__type argument 132 # define __PAIR_ARG(__Pair,__type) __Pair::__type argument
|
D | _cmath.h | 188 #define _STLP_MATH_INLINEX(__type,func,cfunc) \ argument 194 #define _STLP_MATH_INLINE2PX(__type,func,cfunc) \ argument 201 #define _STLP_MATH_INLINE2XX(__type,func,cfunc) \ argument
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | features.h | 786 # define __TRIVIAL_CONSTRUCTOR(__type) __type() {} argument 788 # define __TRIVIAL_CONSTRUCTOR(__type) argument 792 # define __TRIVIAL_DESTRUCTOR(__type) ~__type() {} argument 794 # define __TRIVIAL_DESTRUCTOR(__type) argument 797 #define __TRIVIAL_STUFF(__type) \ argument 801 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment } argument 803 # define _STLP_STATIC_CONSTANT(__type, __assignment) static const __type __assignment argument
|