HomeSort by relevance Sort by last modified time
    Searched defs:ios_base (Results 1 - 23 of 23) sorted by null

  /external/clang/test/CodeGenCXX/
debug-info-context.cpp 9 class ios_base { class
15 static ios_base::Init __ioinit;
  /external/stlport/src/
ios.cpp 31 // ios_base members
33 // class ios_base::failure, a subclass of exception. It's used solely
36 ios_base::failure::failure(const string& s)
40 ios_base::failure::~failure() _STLP_NOTHROW_INHERENTLY {}
43 // Definitions of ios_base's formatting flags.
44 const ios_base::fmtflags ios_base::left;
45 const ios_base::fmtflags ios_base::right;
46 const ios_base::fmtflags ios_base::internal
285 ios_base::ios_base() function in class:ios_base
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 31 // ios_base members
34 // class ios_base::failure, a subclass of exception. It's used solely
37 ios_base::failure::failure(const string& s)
41 ios_base::failure::~failure() _STLP_NOTHROW_INHERENTLY {}
45 // Definitions of ios_base's formatting flags.
46 const ios_base::fmtflags ios_base::left;
47 const ios_base::fmtflags ios_base::right;
48 const ios_base::fmtflags ios_base::internal
287 ios_base::ios_base() function in class:ios_base
    [all...]
  /external/stlport/stlport/stl/
_ios_base.h 41 // Class ios_base. This is the base class of the ios hierarchy, which
48 class _STLP_CLASS_DECLSPEC ios_base { class
151 virtual ~ios_base();
155 typedef void (*event_callback)(event, ios_base&, int __index);
167 operator void*() const { return !fail() ? (void*) __CONST_CAST(ios_base*,this) : (void*) 0; }
181 // ios_base's private data members. Does not copy _M_exception_mask
183 void _M_copy_state(const ios_base& __x);
197 ios_base(); // Default constructor.
206 ios_base(const ios_base&)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
ios.cpp 70 // ios_base::failure
72 ios_base::failure::failure(const string& msg, const error_code& ec)
77 ios_base::failure::failure(const char* msg, const error_code& ec)
82 ios_base::failure::~failure() throw()
86 // ios_base locale
88 const ios_base::fmtflags ios_base::boolalpha;
89 const ios_base::fmtflags ios_base::dec;
90 const ios_base::fmtflags ios_base::fixed
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 41 // Class ios_base. This is the base class of the ios hierarchy, which
48 class _STLP_CLASS_DECLSPEC ios_base { class
153 virtual ~ios_base();
157 typedef void (*event_callback)(event, ios_base&, int __index);
169 operator void*() const { return !fail() ? (void*) __CONST_CAST(ios_base*,this) : (void*) 0; }
183 // ios_base's private data members. Does not copy _M_exception_mask
185 void _M_copy_state(const ios_base& __x);
199 ios_base(); // Default constructor.
208 ios_base(const ios_base&)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 41 // Class ios_base. This is the base class of the ios hierarchy, which
48 class _STLP_CLASS_DECLSPEC ios_base { class
151 virtual ~ios_base();
155 typedef void (*event_callback)(event, ios_base&, int __index);
167 operator void*() const { return !fail() ? (void*) __CONST_CAST(ios_base*,this) : (void*) 0; }
181 // ios_base's private data members. Does not copy _M_exception_mask
183 void _M_copy_state(const ios_base& __x);
197 ios_base(); // Default constructor.
206 ios_base(const ios_base&)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 41 // Class ios_base. This is the base class of the ios hierarchy, which
48 class _STLP_CLASS_DECLSPEC ios_base { class
151 virtual ~ios_base();
155 typedef void (*event_callback)(event, ios_base&, int __index);
167 operator void*() const { return !fail() ? (void*) __CONST_CAST(ios_base*,this) : (void*) 0; }
181 // ios_base's private data members. Does not copy _M_exception_mask
183 void _M_copy_state(const ios_base& __x);
197 ios_base(); // Default constructor.
206 ios_base(const ios_base&)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 41 // Class ios_base. This is the base class of the ios hierarchy, which
48 class _STLP_CLASS_DECLSPEC ios_base { class
151 virtual ~ios_base();
155 typedef void (*event_callback)(event, ios_base&, int __index);
167 operator void*() const { return !fail() ? (void*) __CONST_CAST(ios_base*,this) : (void*) 0; }
181 // ios_base's private data members. Does not copy _M_exception_mask
183 void _M_copy_state(const ios_base& __x);
197 ios_base(); // Default constructor.
206 ios_base(const ios_base&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 41 // Class ios_base. This is the base class of the ios hierarchy, which
48 class _STLP_CLASS_DECLSPEC ios_base { class
153 virtual ~ios_base();
157 typedef void (*event_callback)(event, ios_base&, int __index);
169 operator void*() const { return !fail() ? (void*) __CONST_CAST(ios_base*,this) : (void*) 0; }
183 // ios_base's private data members. Does not copy _M_exception_mask
185 void _M_copy_state(const ios_base& __x);
199 ios_base(); // Default constructor.
208 ios_base(const ios_base&)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ios_base.h 41 // Class ios_base. This is the base class of the ios hierarchy, which
48 class _STLP_CLASS_DECLSPEC ios_base { class
153 virtual ~ios_base();
157 typedef void (*event_callback)(event, ios_base&, int __index);
169 operator void*() const { return !fail() ? (void*) __CONST_CAST(ios_base*,this) : (void*) 0; }
183 // ios_base's private data members. Does not copy _M_exception_mask
185 void _M_copy_state(const ios_base& __x);
199 ios_base(); // Default constructor.
208 ios_base(const ios_base&)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 27 /** @file ios_base.h
197 // 27.4.2 Class ios_base
204 * people will only see @c ios_base when they need to specify the full
207 class ios_base class
215 * 27.4.2.1.1 Class ios_base::failure
237 // 27.4.2.1.2 Type ios_base::fmtflags
326 // 27.4.2.1.3 Type ios_base::iostate
355 // 27.4.2.1.4 Type ios_base::openmode
391 // 27.4.2.1.5 Type ios_base::seekdir
437 * @param ios_base Reference to the ios_base object
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ios_base.h 27 /** @file bits/ios_base.h
191 // 27.4.2 Class ios_base
198 * people will only see @c ios_base when they need to specify the full
201 class ios_base class
209 * 27.4.2.1.1 Class ios_base::failure
231 // 27.4.2.1.2 Type ios_base::fmtflags
320 // 27.4.2.1.3 Type ios_base::iostate
349 // 27.4.2.1.4 Type ios_base::openmode
385 // 27.4.2.1.5 Type ios_base::seekdir
431 * @param ios_base Reference to the ios_base object
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ios_base.h 27 /** @file bits/ios_base.h
191 // 27.4.2 Class ios_base
198 * people will only see @c ios_base when they need to specify the full
201 class ios_base class
209 * 27.4.2.1.1 Class ios_base::failure
231 // 27.4.2.1.2 Type ios_base::fmtflags
320 // 27.4.2.1.3 Type ios_base::iostate
349 // 27.4.2.1.4 Type ios_base::openmode
385 // 27.4.2.1.5 Type ios_base::seekdir
431 * @param ios_base Reference to the ios_base object
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 27 /** @file ios_base.h
197 // 27.4.2 Class ios_base
204 * people will only see @c ios_base when they need to specify the full
207 class ios_base class
215 * 27.4.2.1.1 Class ios_base::failure
237 // 27.4.2.1.2 Type ios_base::fmtflags
326 // 27.4.2.1.3 Type ios_base::iostate
355 // 27.4.2.1.4 Type ios_base::openmode
391 // 27.4.2.1.5 Type ios_base::seekdir
437 * @param ios_base Reference to the ios_base object
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 27 /** @file ios_base.h
197 // 27.4.2 Class ios_base
204 * people will only see @c ios_base when they need to specify the full
207 class ios_base class
215 * 27.4.2.1.1 Class ios_base::failure
237 // 27.4.2.1.2 Type ios_base::fmtflags
326 // 27.4.2.1.3 Type ios_base::iostate
355 // 27.4.2.1.4 Type ios_base::openmode
391 // 27.4.2.1.5 Type ios_base::seekdir
437 * @param ios_base Reference to the ios_base object
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 27 /** @file ios_base.h
197 // 27.4.2 Class ios_base
204 * people will only see @c ios_base when they need to specify the full
207 class ios_base class
215 * 27.4.2.1.1 Class ios_base::failure
237 // 27.4.2.1.2 Type ios_base::fmtflags
326 // 27.4.2.1.3 Type ios_base::iostate
355 // 27.4.2.1.4 Type ios_base::openmode
391 // 27.4.2.1.5 Type ios_base::seekdir
437 * @param ios_base Reference to the ios_base object
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ios_base.h 27 /** @file ios_base.h
197 // 27.4.2 Class ios_base
204 * people will only see @c ios_base when they need to specify the full
207 class ios_base class
215 * 27.4.2.1.1 Class ios_base::failure
237 // 27.4.2.1.2 Type ios_base::fmtflags
326 // 27.4.2.1.3 Type ios_base::iostate
355 // 27.4.2.1.4 Type ios_base::openmode
391 // 27.4.2.1.5 Type ios_base::seekdir
437 * @param ios_base Reference to the ios_base object
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 27 /** @file bits/ios_base.h
191 // 27.4.2 Class ios_base
198 * people will only see @c ios_base when they need to specify the full
201 class ios_base class
209 * 27.4.2.1.1 Class ios_base::failure
231 // 27.4.2.1.2 Type ios_base::fmtflags
320 // 27.4.2.1.3 Type ios_base::iostate
349 // 27.4.2.1.4 Type ios_base::openmode
385 // 27.4.2.1.5 Type ios_base::seekdir
431 * @param ios_base Reference to the ios_base object
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 27 /** @file bits/ios_base.h
191 // 27.4.2 Class ios_base
198 * people will only see @c ios_base when they need to specify the full
201 class ios_base class
209 * 27.4.2.1.1 Class ios_base::failure
231 // 27.4.2.1.2 Type ios_base::fmtflags
320 // 27.4.2.1.3 Type ios_base::iostate
349 // 27.4.2.1.4 Type ios_base::openmode
385 // 27.4.2.1.5 Type ios_base::seekdir
431 * @param __b Reference to the ios_base object
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 27 /** @file bits/ios_base.h
191 // 27.4.2 Class ios_base
198 * people will only see @c ios_base when they need to specify the full
201 class ios_base class
209 * 27.4.2.1.1 Class ios_base::failure
231 // 27.4.2.1.2 Type ios_base::fmtflags
320 // 27.4.2.1.3 Type ios_base::iostate
349 // 27.4.2.1.4 Type ios_base::openmode
385 // 27.4.2.1.5 Type ios_base::seekdir
431 * @param ios_base Reference to the ios_base object
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 27 /** @file bits/ios_base.h
191 // 27.4.2 Class ios_base
198 * people will only see @c ios_base when they need to specify the full
201 class ios_base class
209 * 27.4.2.1.1 Class ios_base::failure
231 // 27.4.2.1.2 Type ios_base::fmtflags
320 // 27.4.2.1.3 Type ios_base::iostate
349 // 27.4.2.1.4 Type ios_base::openmode
385 // 27.4.2.1.5 Type ios_base::seekdir
431 * @param __b Reference to the ios_base object
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ios_base.h 25 /** @file bits/ios_base.h
189 // 27.4.2 Class ios_base
196 * people will only see @c ios_base when they need to specify the full
199 class ios_base class
207 * 27.4.2.1.1 Class ios_base::failure
229 // 27.4.2.1.2 Type ios_base::fmtflags
318 // 27.4.2.1.3 Type ios_base::iostate
347 // 27.4.2.1.4 Type ios_base::openmode
383 // 27.4.2.1.5 Type ios_base::seekdir
429 * @param __b Reference to the ios_base object
    [all...]

Completed in 1232 milliseconds