Searched refs:_STL_ERROR (Results 1 - 1 of 1) sorted by path

/external/stlport/stlport/stl/
H A Dconcept_checks.h360 struct _STL_ERROR { struct
489 }; /* _STL_ERROR */
530 _STL_ERROR::__assignment_operator_requirement_violation(__a);
531 _STL_ERROR::__copy_constructor_requirement_violation(__a);
532 _STL_ERROR::__const_parameter_required_for_copy_constructor(__a,__a);
533 _STL_ERROR::__const_parameter_required_for_assignment_operator(__a,__a);
543 _STL_ERROR::__default_constructor_requirement_violation(__a);
552 _STL_ERROR::__equality_comparable_requirement_violation(__a, __a);
560 _STL_ERROR::__less_than_comparable_requirement_violation(__a, __a);
583 _STL_ERROR
[all...]

Completed in 254 milliseconds