HomeSort by relevance Sort by last modified time
    Searched defs:domain_error (Results 1 - 2 of 2) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 48 class _STLP_CLASS_DECLSPEC domain_error : public logic_error { class in inherits:logic_error
50 domain_error(const string& __arg) : logic_error(__arg) {} function in class:domain_error
52 ~domain_error() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 48 class _STLP_CLASS_DECLSPEC domain_error : public logic_error { class in inherits:logic_error
50 domain_error(const string& __arg) : logic_error(__arg) {} function in class:domain_error
52 ~domain_error() _STLP_NOTHROW_INHERENTLY;

Completed in 319 milliseconds