Searched defs:fmtflags (Results 1 - 3 of 3) sorted by relevance

/external/astl/tests/
H A Dtest_iomanip.cpp52 typedef std::ios_base::fmtflags fmtflags; typedef
/external/astl/include/
H A Dios_base.h98 typedef int fmtflags; typedef in class:std::ios_base
130 static const fmtflags boolalpha = android::ios_baseflags_boolalpha;
131 static const fmtflags dec = android::ios_baseflags_dec;
132 static const fmtflags fixed = android::ios_baseflags_fixed;
133 static const fmtflags hex = android::ios_baseflags_hex;
134 static const fmtflags internal = android::ios_baseflags_internal;
135 static const fmtflags left = android::ios_baseflags_left;
136 static const fmtflags oct = android::ios_baseflags_oct;
137 static const fmtflags right = android::ios_baseflags_right;
138 static const fmtflags scientifi
[all...]
/external/stlport/stlport/stl/
H A D_ios_base.h57 typedef int fmtflags; typedef in class:ios_base
63 typedef fmtflags fmt_flags;
107 fmtflags flags() const { return _M_fmtflags; }
108 fmtflags flags(fmtflags __flags) {
109 fmtflags __tmp = _M_fmtflags;
114 fmtflags setf(fmtflags __flag) {
115 fmtflags __tmp = _M_fmtflags;
119 fmtflags set
[all...]

Completed in 426 milliseconds