Searched defs:__second (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A Dconcept_checks.h64 #define _STLP_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \
66 #define _STLP_CLASS_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \
67 static int __##__func##__ret##__first##__second##_binary_function_check
68 #define _STLP_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) \
70 #define _STLP_CLASS_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) \
71 static int __##__opname##__ret##__first##__second##_require_binary_op
131 #define _STLP_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \
133 __ret (*__x)( __func&, const __first&, const __second& ) = \
135 __func, __ret, __first, __second>::__binary_function_requirement_violation; \
139 #define _STLP_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) \
305 __binary_function_requirement_violation(_Func& __f, const _First& __first, const _Second& __second) argument
315 __binary_function_requirement_violation(_Func& __f, const _First& __first, const _Second& __second) argument
[all...]

Completed in 56 milliseconds