Home
last modified time | relevance | path

Searched refs:domain_error (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_stdexcept.h48 class _STLP_CLASS_DECLSPEC domain_error : public logic_error {
50 domain_error(const string& __arg) : logic_error(__arg) {} in domain_error() function
52 ~domain_error() _STLP_NOTHROW_INHERENTLY;
/ndk/sources/cxx-stl/stlport/src/
Ddll_main.cpp78 domain_error::~domain_error() _STLP_NOTHROW_INHERENTLY {} in ~domain_error()