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

1 2

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_exception.h 164 exception() _STLP_NOTHROW;
165 virtual ~exception() _STLP_NOTHROW;
166 virtual const char* what() const _STLP_NOTHROW;
168 exception() _STLP_NOTHROW {}
169 virtual ~exception() _STLP_NOTHROW {}
170 virtual const char* what() const _STLP_NOTHROW {return "class exception";}
178 bad_exception() _STLP_NOTHROW;
179 ~bad_exception() _STLP_NOTHROW;
180 const char* what() const _STLP_NOTHROW;
182 bad_exception() _STLP_NOTHROW {}
    [all...]
_auto_ptr.h 53 _Tp* release() _STLP_NOTHROW {
59 void reset(_Tp* __px = 0) _STLP_NOTHROW {
66 _Tp* get() const _STLP_NOTHROW
74 _Tp* operator->() const _STLP_NOTHROW {
79 _Tp& operator*() const _STLP_NOTHROW {
84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); }
88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW {
93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW {
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
102 _Self& operator=(_Self& __r) _STLP_NOTHROW {
    [all...]
_limits.h 62 static __number (_STLP_CALL min)() _STLP_NOTHROW { return __number(); }
63 static __number (_STLP_CALL max)() _STLP_NOTHROW { return __number(); }
90 static __number _STLP_CALL epsilon() _STLP_NOTHROW { return __number(); }
91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); }
93 static __number _STLP_CALL infinity() _STLP_NOTHROW { return __number(); }
94 static __number _STLP_CALL quiet_NaN() _STLP_NOTHROW { return __number(); }
95 static __number _STLP_CALL signaling_NaN() _STLP_NOTHROW { return __number(); }
96 static __number _STLP_CALL denorm_min() _STLP_NOTHROW { return __number(); }
121 static _Int (_STLP_CALL min) () _STLP_NOTHROW { return (_Int)__imin; }
122 static _Int (_STLP_CALL max) () _STLP_NOTHROW { return (_Int)__imax;
    [all...]
_ostreambuf_iterator.h 57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW
_codecvt.h 98 int encoding() const _STLP_NOTHROW { return do_encoding(); }
100 bool always_noconv() const _STLP_NOTHROW { return do_always_noconv(); }
110 int max_length() const _STLP_NOTHROW { return do_max_length(); }
141 virtual int do_encoding() const _STLP_NOTHROW
144 virtual bool do_always_noconv() const _STLP_NOTHROW
153 virtual int do_max_length() const _STLP_NOTHROW
216 int encoding() const _STLP_NOTHROW { return do_encoding(); }
218 bool always_noconv() const _STLP_NOTHROW { return do_always_noconv(); }
227 int max_length() const _STLP_NOTHROW { return do_max_length(); }
255 virtual int do_encoding() const _STLP_NOTHROW;
    [all...]
_locale.h 62 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
120 locale() _STLP_NOTHROW;
121 locale(const locale&) _STLP_NOTHROW;
143 const locale& operator=(const locale&) _STLP_NOTHROW;
148 ~locale() _STLP_NOTHROW;
218 locale() _STLP_NOTHROW {
223 locale(const locale& __loc) _STLP_NOTHROW : _Locale(__loc) {}
246 const locale& operator=(const locale& __loc) _STLP_NOTHROW {
304 operator bool() const _STLP_NOTHROW
306 inline bool has_facet(const locale& __loc) _STLP_NOTHROW
    [all...]
_pthread_alloc.h 114 pthread_allocator() _STLP_NOTHROW {}
115 pthread_allocator(const pthread_allocator<_Tp>& a) _STLP_NOTHROW {}
119 _STLP_NOTHROW {}
122 ~pthread_allocator() _STLP_NOTHROW {}
155 size_type max_size() const _STLP_NOTHROW
295 per_thread_allocator() _STLP_NOTHROW {
298 per_thread_allocator(const per_thread_allocator<_Tp>& __a) _STLP_NOTHROW : _M_state(__a._M_state){}
302 _STLP_NOTHROW : _M_state(__a._M_state) {}
305 ~per_thread_allocator() _STLP_NOTHROW {}
338 size_type max_size() const _STLP_NOTHROW
    [all...]
_limits.c 160 static _Number get_word_higher() _STLP_NOTHROW {
164 static _Number get_word_lower() _STLP_NOTHROW {
169 static _Number get_from_last_word() _STLP_NOTHROW {
176 static _Number get_from_first_word() _STLP_NOTHROW {
192 //static _Number get_word_higher() _STLP_NOTHROW {
196 static _Number get_word_lower() _STLP_NOTHROW {
202 static _Number get_from_last_word() _STLP_NOTHROW {
_alloc.h 289 allocator() _STLP_NOTHROW {}
291 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {}
293 allocator(const allocator<_Tp>&) _STLP_NOTHROW {}
295 allocator(__move_source<allocator<_Tp> > src) _STLP_NOTHROW {}
297 ~allocator() _STLP_NOTHROW {}
330 size_type max_size() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); }
381 inline bool _STLP_CALL operator==(const allocator<_T1>&, const allocator<_T2>&) _STLP_NOTHROW
384 inline bool _STLP_CALL operator!=(const allocator<_T1>&, const allocator<_T2>&) _STLP_NOTHROW
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_exception.h 164 exception() _STLP_NOTHROW;
165 virtual ~exception() _STLP_NOTHROW;
166 virtual const char* what() const _STLP_NOTHROW;
168 exception() _STLP_NOTHROW {}
169 virtual ~exception() _STLP_NOTHROW {}
170 virtual const char* what() const _STLP_NOTHROW {return "class exception";}
178 bad_exception() _STLP_NOTHROW;
179 ~bad_exception() _STLP_NOTHROW;
180 const char* what() const _STLP_NOTHROW;
182 bad_exception() _STLP_NOTHROW {}
    [all...]
_auto_ptr.h 53 _Tp* release() _STLP_NOTHROW {
59 void reset(_Tp* __px = 0) _STLP_NOTHROW {
66 _Tp* get() const _STLP_NOTHROW
74 _Tp* operator->() const _STLP_NOTHROW {
79 _Tp& operator*() const _STLP_NOTHROW {
84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); }
88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW {
93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW {
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
102 _Self& operator=(_Self& __r) _STLP_NOTHROW {
    [all...]
_limits.h 62 static __number (_STLP_CALL min)() _STLP_NOTHROW { return __number(); }
63 static __number (_STLP_CALL max)() _STLP_NOTHROW { return __number(); }
90 static __number _STLP_CALL epsilon() _STLP_NOTHROW { return __number(); }
91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); }
93 static __number _STLP_CALL infinity() _STLP_NOTHROW { return __number(); }
94 static __number _STLP_CALL quiet_NaN() _STLP_NOTHROW { return __number(); }
95 static __number _STLP_CALL signaling_NaN() _STLP_NOTHROW { return __number(); }
96 static __number _STLP_CALL denorm_min() _STLP_NOTHROW { return __number(); }
121 static _Int (_STLP_CALL min) () _STLP_NOTHROW { return (_Int)__imin; }
122 static _Int (_STLP_CALL max) () _STLP_NOTHROW { return (_Int)__imax;
    [all...]
_ostreambuf_iterator.h 57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW
_codecvt.h 98 int encoding() const _STLP_NOTHROW { return do_encoding(); }
100 bool always_noconv() const _STLP_NOTHROW { return do_always_noconv(); }
110 int max_length() const _STLP_NOTHROW { return do_max_length(); }
141 virtual int do_encoding() const _STLP_NOTHROW
144 virtual bool do_always_noconv() const _STLP_NOTHROW
153 virtual int do_max_length() const _STLP_NOTHROW
216 int encoding() const _STLP_NOTHROW { return do_encoding(); }
218 bool always_noconv() const _STLP_NOTHROW { return do_always_noconv(); }
227 int max_length() const _STLP_NOTHROW { return do_max_length(); }
255 virtual int do_encoding() const _STLP_NOTHROW;
    [all...]
_locale.h 62 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
120 locale() _STLP_NOTHROW;
121 locale(const locale&) _STLP_NOTHROW;
143 const locale& operator=(const locale&) _STLP_NOTHROW;
148 ~locale() _STLP_NOTHROW;
218 locale() _STLP_NOTHROW {
223 locale(const locale& __loc) _STLP_NOTHROW : _Locale(__loc) {}
246 const locale& operator=(const locale& __loc) _STLP_NOTHROW {
304 operator bool() const _STLP_NOTHROW
306 inline bool has_facet(const locale& __loc) _STLP_NOTHROW
    [all...]
_pthread_alloc.h 114 pthread_allocator() _STLP_NOTHROW {}
115 pthread_allocator(const pthread_allocator<_Tp>& a) _STLP_NOTHROW {}
119 _STLP_NOTHROW {}
122 ~pthread_allocator() _STLP_NOTHROW {}
155 size_type max_size() const _STLP_NOTHROW
295 per_thread_allocator() _STLP_NOTHROW {
298 per_thread_allocator(const per_thread_allocator<_Tp>& __a) _STLP_NOTHROW : _M_state(__a._M_state){}
302 _STLP_NOTHROW : _M_state(__a._M_state) {}
305 ~per_thread_allocator() _STLP_NOTHROW {}
338 size_type max_size() const _STLP_NOTHROW
    [all...]
_limits.c 160 static _Number get_word_higher() _STLP_NOTHROW {
164 static _Number get_word_lower() _STLP_NOTHROW {
169 static _Number get_from_last_word() _STLP_NOTHROW {
176 static _Number get_from_first_word() _STLP_NOTHROW {
192 //static _Number get_word_higher() _STLP_NOTHROW {
196 static _Number get_word_lower() _STLP_NOTHROW {
202 static _Number get_from_last_word() _STLP_NOTHROW {
_alloc.h 289 allocator() _STLP_NOTHROW {}
291 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {}
293 allocator(const allocator<_Tp>&) _STLP_NOTHROW {}
295 allocator(__move_source<allocator<_Tp> > src) _STLP_NOTHROW {}
297 ~allocator() _STLP_NOTHROW {}
330 size_type max_size() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); }
381 inline bool _STLP_CALL operator==(const allocator<_T1>&, const allocator<_T2>&) _STLP_NOTHROW
384 inline bool _STLP_CALL operator!=(const allocator<_T1>&, const allocator<_T2>&) _STLP_NOTHROW
  /ndk/sources/cxx-stl/stlport/src/
codecvt.cpp 36 int codecvt<char, char, mbstate_t>::do_max_length() const _STLP_NOTHROW
40 codecvt<char, char, mbstate_t>::do_always_noconv() const _STLP_NOTHROW
44 codecvt<char, char, mbstate_t>::do_encoding() const _STLP_NOTHROW
122 int codecvt<wchar_t, char, mbstate_t>::do_encoding() const _STLP_NOTHROW
125 bool codecvt<wchar_t, char, mbstate_t>::do_always_noconv() const _STLP_NOTHROW
134 int codecvt<wchar_t, char, mbstate_t>::do_max_length() const _STLP_NOTHROW
dll_main.cpp 64 exception::exception() _STLP_NOTHROW {}
65 exception::~exception() _STLP_NOTHROW {}
66 bad_exception::bad_exception() _STLP_NOTHROW {}
67 bad_exception::~bad_exception() _STLP_NOTHROW {}
68 const char* exception::what() const _STLP_NOTHROW { return "class exception"; }
69 const char* bad_exception::what() const _STLP_NOTHROW { return "class bad_exception"; }
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 35 # define _STLP_NOTHROW
_msvc.h 124 # define _STLP_NOTHROW
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 35 # define _STLP_NOTHROW
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp 97 allocator() _STLP_NOTHROW {}
99 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {}
101 allocator(const allocator&) _STLP_NOTHROW {}
102 ~allocator() _STLP_NOTHROW {}
107 size_type max_size() const _STLP_NOTHROW { return 0; }
  /ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp 97 allocator() _STLP_NOTHROW {}
99 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {}
101 allocator(const allocator&) _STLP_NOTHROW {}
102 ~allocator() _STLP_NOTHROW {}
107 size_type max_size() const _STLP_NOTHROW { return 0; }

Completed in 414 milliseconds

1 2