OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__named_exception
(Results
1 - 25
of
36
) sorted by null
1
2
/ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c
19
__Named_exception
::
__Named_exception
(const string& __str) {
42
__Named_exception
::
__Named_exception
(const
__Named_exception
& __x) {
65
__Named_exception
&
__Named_exception
::operator = (const
__Named_exception
& __x) {
89
__Named_exception
::~
__Named_exception
() _STLP_NOTHROW_INHERENTLY
[
all
...]
_stdexcept_base.h
48
* exported from native dll but is used as a base class for the exported
__Named_exception
56
// for dll-interface class '
__Named_exception
'
67
class _STLP_CLASS_DECLSPEC
__Named_exception
: public _STLP_EXCEPTION_BASE {
69
__Named_exception
(const string& __str);
70
__Named_exception
(const
__Named_exception
&);
71
__Named_exception
& operator = (const
__Named_exception
&);
74
~
__Named_exception
() _STLP_NOTHROW_INHERENTLY;
_stdexcept.h
32
class _STLP_CLASS_DECLSPEC logic_error : public
__Named_exception
{
34
logic_error(const string& __s) :
__Named_exception
(__s) {}
40
class _STLP_CLASS_DECLSPEC runtime_error : public
__Named_exception
{
42
runtime_error(const string& __s) :
__Named_exception
(__s) {}
_exception.h
190
class
__Named_exception
;
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c
19
__Named_exception
::
__Named_exception
(const string& __str) {
42
__Named_exception
::
__Named_exception
(const
__Named_exception
& __x) {
65
__Named_exception
&
__Named_exception
::operator = (const
__Named_exception
& __x) {
89
__Named_exception
::~
__Named_exception
() _STLP_NOTHROW_INHERENTLY
[
all
...]
_stdexcept_base.h
49
* exported from native dll but is used as a base class for the exported
__Named_exception
57
// for dll-interface class '
__Named_exception
'
68
class _STLP_CLASS_DECLSPEC
__Named_exception
: public _STLP_EXCEPTION_BASE {
70
__Named_exception
(const string& __str);
71
__Named_exception
(const
__Named_exception
&);
72
__Named_exception
& operator = (const
__Named_exception
&);
75
~
__Named_exception
() _STLP_NOTHROW_INHERENTLY;
_stdexcept.h
33
class _STLP_CLASS_DECLSPEC logic_error : public
__Named_exception
{
35
logic_error(const string& __s) :
__Named_exception
(__s) {}
41
class _STLP_CLASS_DECLSPEC runtime_error : public
__Named_exception
{
43
runtime_error(const string& __s) :
__Named_exception
(__s) {}
_exception.h
189
class
__Named_exception
;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c
19
__Named_exception
::
__Named_exception
(const string& __str) {
42
__Named_exception
::
__Named_exception
(const
__Named_exception
& __x) {
65
__Named_exception
&
__Named_exception
::operator = (const
__Named_exception
& __x) {
89
__Named_exception
::~
__Named_exception
() _STLP_NOTHROW_INHERENTLY
[
all
...]
_stdexcept_base.h
49
* exported from native dll but is used as a base class for the exported
__Named_exception
57
// for dll-interface class '
__Named_exception
'
68
class _STLP_CLASS_DECLSPEC
__Named_exception
: public _STLP_EXCEPTION_BASE {
70
__Named_exception
(const string& __str);
71
__Named_exception
(const
__Named_exception
&);
72
__Named_exception
& operator = (const
__Named_exception
&);
75
~
__Named_exception
() _STLP_NOTHROW_INHERENTLY;
_stdexcept.h
33
class _STLP_CLASS_DECLSPEC logic_error : public
__Named_exception
{
35
logic_error(const string& __s) :
__Named_exception
(__s) {}
41
class _STLP_CLASS_DECLSPEC runtime_error : public
__Named_exception
{
43
runtime_error(const string& __s) :
__Named_exception
(__s) {}
_exception.h
189
class
__Named_exception
;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c
19
__Named_exception
::
__Named_exception
(const string& __str) {
42
__Named_exception
::
__Named_exception
(const
__Named_exception
& __x) {
65
__Named_exception
&
__Named_exception
::operator = (const
__Named_exception
& __x) {
89
__Named_exception
::~
__Named_exception
() _STLP_NOTHROW_INHERENTLY
[
all
...]
_stdexcept_base.h
49
* exported from native dll but is used as a base class for the exported
__Named_exception
57
// for dll-interface class '
__Named_exception
'
68
class _STLP_CLASS_DECLSPEC
__Named_exception
: public _STLP_EXCEPTION_BASE {
70
__Named_exception
(const string& __str);
71
__Named_exception
(const
__Named_exception
&);
72
__Named_exception
& operator = (const
__Named_exception
&);
75
~
__Named_exception
() _STLP_NOTHROW_INHERENTLY;
_stdexcept.h
33
class _STLP_CLASS_DECLSPEC logic_error : public
__Named_exception
{
35
logic_error(const string& __s) :
__Named_exception
(__s) {}
41
class _STLP_CLASS_DECLSPEC runtime_error : public
__Named_exception
{
43
runtime_error(const string& __s) :
__Named_exception
(__s) {}
_exception.h
189
class
__Named_exception
;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c
19
__Named_exception
::
__Named_exception
(const string& __str) {
42
__Named_exception
::
__Named_exception
(const
__Named_exception
& __x) {
65
__Named_exception
&
__Named_exception
::operator = (const
__Named_exception
& __x) {
89
__Named_exception
::~
__Named_exception
() _STLP_NOTHROW_INHERENTLY
[
all
...]
_stdexcept_base.h
48
* exported from native dll but is used as a base class for the exported
__Named_exception
56
// for dll-interface class '
__Named_exception
'
67
class _STLP_CLASS_DECLSPEC
__Named_exception
: public _STLP_EXCEPTION_BASE {
69
__Named_exception
(const string& __str);
70
__Named_exception
(const
__Named_exception
&);
71
__Named_exception
& operator = (const
__Named_exception
&);
74
~
__Named_exception
() _STLP_NOTHROW_INHERENTLY;
_stdexcept.h
32
class _STLP_CLASS_DECLSPEC logic_error : public
__Named_exception
{
34
logic_error(const string& __s) :
__Named_exception
(__s) {}
40
class _STLP_CLASS_DECLSPEC runtime_error : public
__Named_exception
{
42
runtime_error(const string& __s) :
__Named_exception
(__s) {}
_exception.h
190
class
__Named_exception
;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_stdexcept_base.c
19
__Named_exception
::
__Named_exception
(const string& __str) {
42
__Named_exception
::
__Named_exception
(const
__Named_exception
& __x) {
65
__Named_exception
&
__Named_exception
::operator = (const
__Named_exception
& __x) {
89
__Named_exception
::~
__Named_exception
() _STLP_NOTHROW_INHERENTLY
[
all
...]
_stdexcept_base.h
48
* exported from native dll but is used as a base class for the exported
__Named_exception
56
// for dll-interface class '
__Named_exception
'
67
class _STLP_CLASS_DECLSPEC
__Named_exception
: public _STLP_EXCEPTION_BASE {
69
__Named_exception
(const string& __str);
70
__Named_exception
(const
__Named_exception
&);
71
__Named_exception
& operator = (const
__Named_exception
&);
74
~
__Named_exception
() _STLP_NOTHROW_INHERENTLY;
_stdexcept.h
32
class _STLP_CLASS_DECLSPEC logic_error : public
__Named_exception
{
34
logic_error(const string& __s) :
__Named_exception
(__s) {}
40
class _STLP_CLASS_DECLSPEC runtime_error : public
__Named_exception
{
42
runtime_error(const string& __s) :
__Named_exception
(__s) {}
_exception.h
190
class
__Named_exception
;
/ndk/sources/cxx-stl/stlport/src/
ios.cpp
38
:
__Named_exception
(s)
Completed in 1200 milliseconds
1
2