/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _string_sum_methods.h | 41 _CharT* _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf) { in _M_append_fast() 45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf) in _M_append_fast() 47 _CharT* _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) in _M_append_fast() 49 _CharT* _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) in _M_append_fast() argument 51 _CharT* _M_append_fast(_Self const& __s, _CharT *__buf) in _M_append_fast() 53 …CharT* _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf) in _M_append_fast() argument 56 …TLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf) in _M_append_fast() argument 59 …_CharT* _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf, size_type /*__pos… in _M_append_fast_pos() 65 _CharT* _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, in _M_append_fast_pos() 68 _CharT* _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, in _M_append_fast_pos() [all …]
|
D | _istream.c | 168 __pushback(basic_streambuf<_CharT, _Traits>* __buf, _CharT __c) { in __pushback() 428 basic_streambuf<_CharT, _Traits>* __buf = this->rdbuf(); in putback() local 454 basic_streambuf<_CharT, _Traits>* __buf = this->rdbuf(); in unget() local 479 basic_streambuf<_CharT, _Traits>* __buf = this->rdbuf(); in sync() local 497 basic_streambuf<_CharT, _Traits>* __buf = this->rdbuf(); in tellg() local 507 basic_streambuf<_CharT, _Traits>* __buf = this->rdbuf(); in seekg() local 521 basic_streambuf<_CharT, _Traits>* __buf = this->rdbuf(); in seekg() local 579 __read_unbuffered(basic_istream<_CharT, _Traits>* __that, basic_streambuf<_CharT, _Traits>* __buf, in __read_unbuffered() 635 __read_buffered(basic_istream<_CharT, _Traits>* __that, basic_streambuf<_CharT, _Traits>* __buf, in __read_buffered() 728 basic_streambuf<_CharT, _Traits>* __buf = this->rdbuf(); in get() local [all …]
|
D | _num_put.c | 117 __iostring __buf; in __do_put_float() local 127 inline void __get_money_digits_aux (__iostring &__buf, ios_base &, _STLP_LONGEST_FLOAT_TYPE __x) in __get_money_digits_aux() 132 __iostring __buf; in __get_money_digits_aux() local 141 …_get_money_digits(_STLP_BASIC_IOSTRING(_CharT) &__buf, ios_base& __f, _STLP_LONGEST_FLOAT_TYPE __x) in __get_money_digits() 148 __copy_integer_and_fill(const _CharT* __buf, ptrdiff_t __len, in __copy_integer_and_fill() 192 __put_integer(char* __buf, char* __iend, _OutputIter __s, in __put_integer() 232 __put_integer(char* __buf, char* __iend, _OutputIter __s, in __put_integer() 304 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x) { in __write_integer_backward() 377 char __buf[sizeof(_Integer) * 3 + 2]; in __do_put_integer() local
|
D | _string_io.c | 17 basic_streambuf<_CharT, _Traits>* __buf, in __stlp_string_fill() 141 basic_streambuf<_CharT, _Traits>* __buf = __is.rdbuf(); in getline() local
|
D | _istream.h | 86 explicit basic_istream(basic_streambuf<_CharT, _Traits>* __buf) : in basic_istream() 140 _Self& get(basic_streambuf<_CharT, _Traits>& __buf) in get()
|
D | _ios.c | 48 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __buf) { in rdbuf()
|
D | _ostreambuf_iterator.h | 57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {} in ostreambuf_iterator()
|
D | _ostream.c | 37 basic_ostream<_CharT, _Traits>::basic_ostream(basic_streambuf<_CharT, _Traits>* __buf) in basic_ostream() 397 basic_streambuf<_CharT, _Traits>* __buf = this->rdbuf(); in _M_put_widen_aux() local
|
D | _fstream.c | 268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) { in setbuf() 630 bool basic_filebuf<_CharT, _Traits>::_M_allocate_buffers(_CharT* __buf, streamsize __n) { in _M_allocate_buffers()
|
D | _fstream.h | 322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); } in _M_write() 357 _M_doit(basic_filebuf<char, char_traits<char> >* __buf, in _M_doit() 390 _M_doit(basic_filebuf<char, char_traits<char> >* __buf) { in _M_doit()
|
D | _monetary.c | 150 string_type __buf; in __money_do_get() local 282 string_type __buf; in do_get() local
|
D | _num_get.c | 368 __read_float(__iostring& __buf, _InputIter& __in_ite, _InputIter& __end, in __read_float() 433 __iostring __buf ; in __do_get_float() local
|
D | _string.c | 579 _CharT* __buf, size_t __n) { in _S_string_copy()
|