Searched defs:__flags (Results 1 - 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
H A D | private_typeinfo.h | 185 unsigned int __flags; member in class:__cxxabiv1::__vmi_class_type_info 211 unsigned int __flags; member in class:__cxxabiv1::__pbase_type_info
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
H A D | _num_put.c | 44 ios_base::fmtflags __flags, 51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield; 194 ios_base::fmtflags __flags, wchar_t __fill) { 211 if (__flags & ios_base::showbase) 212 switch (__flags & ios_base::basefield) { 225 __flags, __f.width(0), __fill, __xplus, __xminus); 233 ios_base& __f, ios_base::fmtflags __flags, char __fill) { 242 if (__flags & ios_base::showbase) 243 switch (__flags & ios_base::basefield) { 260 return __copy_integer_and_fill(__buf, __len, __s, __flags, __ 42 __copy_float_and_fill(const _CharT* __first, const _CharT* __last, _OutputIter __oi, ios_base::fmtflags __flags, streamsize __width, _CharT __fill, _CharT __xplus, _CharT __xminus) argument 192 __put_integer(char* __buf, char* __iend, _OutputIter __s, ios_base& __f, ios_base::fmtflags __flags, wchar_t __fill) argument 232 __put_integer(char* __buf, char* __iend, _OutputIter __s, ios_base& __f, ios_base::fmtflags __flags, char __fill) argument 276 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __true_type& ) argument 293 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __false_type& ) argument 304 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x) argument 379 ios_base::fmtflags __flags = __f.flags(); local [all...] |
H A D | _num_get.c | 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) { 74 ios_base::fmtflags __basefield = __flags & ios_base::basefield; 56 __get_base_or_zero(_InputIter& __in_ite, _InputIter& __end, ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) argument
|
H A D | _ios_base.h | 110 fmtflags flags(fmtflags __flags) { argument 112 _M_fmtflags = __flags;
|
/ndk/sources/cxx-stl/gabi++/src/ |
H A D | cxxabi_defines.h | 188 unsigned int __flags; member in class:__cxxabiv1::__vmi_class_type_info 211 unsigned int __flags; member in class:__cxxabiv1::__pbase_type_info
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
H A D | locale.cpp | 4433 ios_base::fmtflags __flags) 4435 if (__flags & ios_base::showpos) 4437 if (__flags & ios_base::showbase) 4441 if ((__flags & ios_base::basefield) == ios_base::oct) 4443 else if ((__flags & ios_base::basefield) == ios_base::hex) 4445 if (__flags & ios_base::uppercase) 4458 ios_base::fmtflags __flags) 4461 if (__flags & ios_base::showpos) 4463 if (__flags & ios_base::showpoint) 4465 ios_base::fmtflags floatfield = __flags 4432 __format_int(char* __fmtp, const char* __len, bool __signd, ios_base::fmtflags __flags) argument 4457 __format_float(char* __fmtp, const char* __len, ios_base::fmtflags __flags) argument [all...] |
Completed in 445 milliseconds