/external/libcxx/include/ |
D | sstream | 200 typedef basic_string<char_type, traits_type, allocator_type> string_type; 204 string_type __str_; 211 explicit basic_stringbuf(const string_type& __s, 224 string_type str() const; 225 void str(const string_type& __s); 244 str(string_type()); 249 basic_stringbuf<_CharT, _Traits, _Allocator>::basic_stringbuf(const string_type& __s, 444 return string_type(this->pbase(), __hm_, __str_.get_allocator()); 447 return string_type(this->eback(), this->egptr(), __str_.get_allocator()); 448 return string_type(__str_.get_allocator()); [all …]
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/ |
D | rvalue.pass.cpp | 25 typedef std::basic_string<CharT> string_type; typedef 28 string_type str_; 32 testbuf(const string_type& str) in testbuf()
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
D | sync.pass.cpp | 23 typedef std::basic_string<CharT> string_type; typedef 26 string_type str_; 30 testbuf(const string_type& str) in testbuf()
|
D | tellg.pass.cpp | 21 typedef std::basic_string<CharT> string_type; typedef 24 string_type str_; 28 testbuf(const string_type& str) in testbuf()
|
D | seekg.pass.cpp | 21 typedef std::basic_string<CharT> string_type; typedef 24 string_type str_; 28 testbuf(const string_type& str) in testbuf()
|
D | peek.pass.cpp | 21 typedef std::basic_string<CharT> string_type; typedef 24 string_type str_; 28 testbuf(const string_type& str) in testbuf()
|
D | seekg_off.pass.cpp | 23 typedef std::basic_string<CharT> string_type; typedef 26 string_type str_; 30 testbuf(const string_type& str) in testbuf()
|
D | ignore.pass.cpp | 22 typedef std::basic_string<CharT> string_type; typedef 25 string_type str_; 29 testbuf(const string_type& str) in testbuf()
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
D | unsigned_char.pass.cpp | 22 typedef std::basic_string<CharT> string_type; typedef 25 string_type str_; 29 testbuf(const string_type& str) in testbuf()
|
D | signed_char.pass.cpp | 22 typedef std::basic_string<CharT> string_type; typedef 25 string_type str_; 29 testbuf(const string_type& str) in testbuf()
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/ |
D | bool.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | float.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | long_double.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | unsigned_long.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | unsigned_long_long.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | long_long.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | long.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | double.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | unsigned_int.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | unsigned_short.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | int.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | short.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
/external/libcxx/test/std/input.output/iostream.format/ext.manip/ |
D | get_money.pass.cpp | 25 typedef std::basic_string<CharT> string_type; typedef 28 string_type str_; 32 testbuf(const string_type& str) in testbuf()
|
D | get_time.pass.cpp | 23 typedef std::basic_string<CharT> string_type; typedef 26 string_type str_; 30 testbuf(const string_type& str) in testbuf()
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.manip/ |
D | ws.pass.cpp | 23 typedef std::basic_string<CharT> string_type; typedef 26 string_type str_; 30 testbuf(const string_type& str) in testbuf()
|