Home
last modified time | relevance | path

Searched defs:__func (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
Dconcept_checks.h58 #define _STLP_GENERATOR_CHECK(__func, __ret) do {} while(0) argument
59 #define _STLP_CLASS_GENERATOR_CHECK(__func, __ret) \ argument
61 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) do {} while(0) argument
62 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \ argument
64 #define _STLP_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \ argument
66 #define _STLP_CLASS_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \ argument
115 #define _STLP_GENERATOR_CHECK(__func, __ret) \ argument
123 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \ argument
131 #define _STLP_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \ argument
153 #define _STLP_CLASS_GENERATOR_CHECK(__func, __ret) argument
[all …]