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

  /external/clang/test/CodeGenCXX/
debug-info-context.cpp 9 class ios_base { class
15 static ios_base::Init __ioinit;
  /external/astl/src/
ios_base.cpp 29 #include <ios_base.h>
42 int ios_base::Init::sGuard = 0;
43 bool ios_base::Init::sDone = false;
45 // Implementation of the ios_base, common stuff for all the streams.
47 ios_base::ios_base() function in class:std::ios_base
50 ios_base::~ios_base() {}
52 ios_base::fmtflags ios_base::flags(fmtflags flags)
    [all...]
  /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/astl/include/
ios_base.h 77 * The STL defines ios_base as a template with 2 params char types and
79 * ios_base defines flags, types and fields to hold these values.
80 * ios_base is extended by basic_ios which wraps a streambuf and
86 class ios_base class in namespace:std
94 ios_base();
97 virtual ~ios_base();
  /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/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
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/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++/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...]

Completed in 1219 milliseconds