Searched defs:__arg (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _stdexcept.h | 50 domain_error(const string& __arg) : logic_error(__arg) {} in domain_error() 58 invalid_argument(const string& __arg) : logic_error(__arg) {} in invalid_argument() 66 length_error(const string& __arg) : logic_error(__arg) {} in length_error() 74 out_of_range(const string& __arg) : logic_error(__arg) {} in out_of_range() 82 range_error(const string& __arg) : runtime_error(__arg) {} in range_error() 90 overflow_error(const string& __arg) : runtime_error(__arg) {} in overflow_error() 98 underflow_error(const string& __arg) : runtime_error(__arg) {} in underflow_error()
|
D | concept_checks.h | 61 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) do {} while(0) argument 62 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \ argument 123 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \ argument 154 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) argument 195 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \ argument
|