OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:domain_error
(Results
1 - 7
of
7
) sorted by null
/external/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;
/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/5/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h
49
class _STLP_CLASS_DECLSPEC
domain_error
: public logic_error {
class in inherits:logic_error
51
domain_error
(const string& __arg) : logic_error(__arg) {}
function in class:domain_error
53
~
domain_error
() _STLP_NOTHROW_INHERENTLY;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h
49
class _STLP_CLASS_DECLSPEC
domain_error
: public logic_error {
class in inherits:logic_error
51
domain_error
(const string& __arg) : logic_error(__arg) {}
function in class:domain_error
53
~
domain_error
() _STLP_NOTHROW_INHERENTLY;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h
49
class _STLP_CLASS_DECLSPEC
domain_error
: public logic_error {
class in inherits:logic_error
51
domain_error
(const string& __arg) : logic_error(__arg) {}
function in class:domain_error
53
~
domain_error
() _STLP_NOTHROW_INHERENTLY;
/prebuilts/ndk/8/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/9/sources/cxx-stl/EH/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 1613 milliseconds