OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__Named_exception
(Results
1 - 6
of
6
) sorted by null
/prebuilts/ndk/r10/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;
/prebuilts/ndk/r11/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;
/prebuilts/ndk/r13/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;
Completed in 139 milliseconds