Searched defs:__second (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | concept_checks.h | 64 #define _STLP_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \ argument 66 #define _STLP_CLASS_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \ argument 68 #define _STLP_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) \ argument 70 #define _STLP_CLASS_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) \ argument 131 #define _STLP_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \ argument 139 #define _STLP_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) \ argument 155 #define _STLP_CLASS_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) argument 156 #define _STLP_CLASS_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) argument 206 #define _STLP_CLASS_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \ argument 217 #define _STLP_CLASS_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) \ argument
|