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

1 2

  /external/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...]
_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
_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...]
_ctype.h 118 const mask* table() const _STLP_NOTHROW { return _M_ctype_table; }
119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW;
  /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...]
_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
_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...]
_ctype.h 118 const mask* table() const _STLP_NOTHROW { return _M_ctype_table; }
119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW;
  /prebuilts/ndk/android-ndk-r5/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...]
_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
_locale.h 60 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
118 locale() _STLP_NOTHROW;
119 locale(const locale&) _STLP_NOTHROW;
141 const locale& operator=(const locale&) _STLP_NOTHROW;
146 ~locale() _STLP_NOTHROW;
216 locale() _STLP_NOTHROW {
221 locale(const locale& __loc) _STLP_NOTHROW : _Locale(__loc) {}
244 const locale& operator=(const locale& __loc) _STLP_NOTHROW {
302 operator bool() const _STLP_NOTHROW
304 inline bool has_facet(const locale& __loc) _STLP_NOTHROW
    [all...]
_ctype.h 118 const mask* table() const _STLP_NOTHROW { return _M_ctype_table; }
119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW;
  /prebuilts/ndk/android-ndk-r6/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...]
_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
_locale.h 60 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
118 locale() _STLP_NOTHROW;
119 locale(const locale&) _STLP_NOTHROW;
141 const locale& operator=(const locale&) _STLP_NOTHROW;
146 ~locale() _STLP_NOTHROW;
216 locale() _STLP_NOTHROW {
221 locale(const locale& __loc) _STLP_NOTHROW : _Locale(__loc) {}
244 const locale& operator=(const locale& __loc) _STLP_NOTHROW {
302 operator bool() const _STLP_NOTHROW
304 inline bool has_facet(const locale& __loc) _STLP_NOTHROW
    [all...]
_ctype.h 118 const mask* table() const _STLP_NOTHROW { return _M_ctype_table; }
119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW;
  /prebuilts/ndk/android-ndk-r7/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...]
_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
_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...]
_ctype.h 118 const mask* table() const _STLP_NOTHROW { return _M_ctype_table; }
119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW;
  /external/stlport/stlport/stl/config/
_intel.h 35 # define _STLP_NOTHROW
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 35 # define _STLP_NOTHROW
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 35 # define _STLP_NOTHROW
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 35 # define _STLP_NOTHROW
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 35 # define _STLP_NOTHROW

Completed in 503 milliseconds

1 2