HomeSort by relevance Sort by last modified time
    Searched refs:__Named_exception (Results 1 - 25 of 37) sorted by null

1 2

  /external/stlport/stlport/stl/
_stdexcept_base.h 29 /* TODO: use same conditions on fwd def of __Named_exception
50 * exported from native dll but is used as a base class for the exported __Named_exception
58 // for dll-interface class '__Named_exception'
69 class _STLP_CLASS_DECLSPEC __Named_exception : public _STLP_EXCEPTION_BASE {
71 __Named_exception(const string& __str);
72 __Named_exception(const __Named_exception&);
73 __Named_exception& operator = (const __Named_exception&);
76 ~__Named_exception() _STLP_NOTHROW_INHERENTLY
    [all...]
_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.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 189 class __Named_exception;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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_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.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.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_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.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.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_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.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.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_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.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) {}
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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_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.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) {}
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_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_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.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) {}

Completed in 1488 milliseconds

1 2