/external/stlport/stlport/stl/ |
_num_put.h | 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 62 return do_put(__s, __f, __fill, __val); 65 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 67 return do_put(__s, __f, __fill, __val); 70 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 72 return do_put(__s, __f, __fill, __val); 76 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 78 return do_put(__s, __f, __fill, __val); 81 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 83 return do_put(__s, __f, __fill, __val) [all...] |
_num_put.c | 45 streamsize __width, _CharT __fill, 55 return _STLP_PRIV __fill_n(__oi, __pad, __fill); 60 __oi = _STLP_PRIV __fill_n(__oi, __pad, __fill); 64 __oi = _STLP_PRIV __fill_n(__oi, __pad, __fill); 75 ios_base& __f, wchar_t __fill, 89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-')); 97 ios_base& __f, char __fill, 110 __f.flags(), __f.width(0), __fill, '+', '-'); 116 _CharT __fill, _Float __x) { 122 return __put_float(__buf, __s, __f, __fill, [all...] |
_list.c | 215 int __fill = 0; local 219 while (__i < __fill && !__counter[__i].empty()) { 224 if (__i == __fill) { 225 ++__fill; 226 if (__fill >= NB) { 233 for (int __i = 1; __i < __fill; ++__i) 235 __that.swap(__counter[__fill - 1]);
|
_slist.c | 191 int __fill = 0; local 195 while (__i < __fill && !__counter[__i].empty()) { 201 if (__i == __fill) { 202 ++__fill; 203 if (__fill >= NB) { 210 for (int __i = 1; __i < __fill; ++__i) 212 __that.swap(__counter[__fill-1]);
|
_ios.h | 82 char_type fill(char_type __fill) { 84 _M_fill = __fill;
|
_monetary.h | 396 char_type __fill, _STLP_LONGEST_FLOAT_TYPE __units) const 397 { return do_put(__s, __intl, __str, __fill, __units); } 399 char_type __fill, 401 { return do_put(__s, __intl, __str, __fill, __digits); } 408 char_type __fill, _STLP_LONGEST_FLOAT_TYPE __units) const; 410 char_type __fill,
|
_monetary.c | 317 _CharT __fill, const _Str& __digits, bool __check_digits, 450 __s = _STLP_PRIV __fill_n(__s, __fill_amt, __fill); 459 __s = _STLP_PRIV __fill_n(__s, __fill_amt, __fill); 496 __s = _STLP_PRIV __fill_n(__s, __fill_amt, __fill); 507 char_type __fill, _STLP_LONGEST_FLOAT_TYPE __units) const { 510 return _STLP_PRIV __money_do_put(__s, __intl, __str, __fill, __digits, false, __STATIC_CAST(string_type*, 0)); 517 char_type __fill, const string_type& __digits) const { 518 return _STLP_PRIV __money_do_put(__s, __intl, __str, __fill, __digits, true, __STATIC_CAST(string_type*, 0));
|
_time_facets.h | 256 _OutIt put(iter_type __s, ios_base& __f, _Ch __fill, 260 _OutIt put(iter_type __s, ios_base& __f, _Ch __fill, 262 { return do_put(__s, __f, __fill, __tmb, __format, __modifier); } 275 char_type /* __fill */, const tm* __tmb,
|
_algobase.h | 417 inline void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, function 425 void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, function 432 void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, function 440 void __fill(_RandomAccessIter __first, _RandomAccessIter __last, const _Tp& __val, function 451 _STLP_PRIV __fill(__first, __last, __val,
|
_time_facets.c | 402 time_put<_Ch,_OutputIter>::put(_OutputIter __s, ios_base& __f, _Ch __fill, 416 __s = do_put(__s, __f, __fill, __tmb, __c, __mod); 426 time_put<_Ch,_OutputIter>::do_put(_OutputIter __s, ios_base& __f, _Ch /* __fill */,
|
/external/astl/include/ |
algorithm | 135 template<bool> struct __fill 145 template<> struct __fill<true> // scalar version 160 __fill<is_scalar>::fill(begin, end, value);
|
/external/elfutils/libelf/ |
libelf.h | 327 extern void elf_fill (int __fill);
|