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

  /external/clang/test/CodeGenCXX/
debug-info-context.cpp 9 class ios_base { class
15 static ios_base::Init __ioinit;
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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/libcxx/src/
ios.cpp 78 // ios_base::failure
80 ios_base::failure::failure(const string& msg, const error_code& ec)
85 ios_base::failure::failure(const char* msg, const error_code& ec)
90 ios_base::failure::~failure() throw()
94 // ios_base locale
96 const ios_base::fmtflags ios_base::boolalpha;
97 const ios_base::fmtflags ios_base::dec;
98 const ios_base::fmtflags ios_base::fixed
    [all...]
  /prebuilts/ndk/r10/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/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
ios.cpp 74 // ios_base::failure
76 ios_base::failure::failure(const string& msg, const error_code& ec)
81 ios_base::failure::failure(const char* msg, const error_code& ec)
86 ios_base::failure::~failure() throw()
90 // ios_base locale
92 const ios_base::fmtflags ios_base::boolalpha;
93 const ios_base::fmtflags ios_base::dec;
94 const ios_base::fmtflags ios_base::fixed
    [all...]
  /prebuilts/ndk/r11/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/r13/sources/cxx-stl/llvm-libc++/src/
ios.cpp 78 // ios_base::failure
80 ios_base::failure::failure(const string& msg, const error_code& ec)
85 ios_base::failure::failure(const char* msg, const error_code& ec)
90 ios_base::failure::~failure() throw()
94 // ios_base locale
96 const ios_base::fmtflags ios_base::boolalpha;
97 const ios_base::fmtflags ios_base::dec;
98 const ios_base::fmtflags ios_base::fixed
    [all...]
  /prebuilts/ndk/r13/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/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...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/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 449 milliseconds