Home
last modified time | relevance | path

Searched refs:string_type (Results 1 – 25 of 69) sorted by relevance

123

/external/libcxx/include/
Dsstream200 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/
Drvalue.pass.cpp25 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/
Dsync.pass.cpp23 typedef std::basic_string<CharT> string_type; typedef
26 string_type str_;
30 testbuf(const string_type& str) in testbuf()
Dtellg.pass.cpp21 typedef std::basic_string<CharT> string_type; typedef
24 string_type str_;
28 testbuf(const string_type& str) in testbuf()
Dseekg.pass.cpp21 typedef std::basic_string<CharT> string_type; typedef
24 string_type str_;
28 testbuf(const string_type& str) in testbuf()
Dpeek.pass.cpp21 typedef std::basic_string<CharT> string_type; typedef
24 string_type str_;
28 testbuf(const string_type& str) in testbuf()
Dseekg_off.pass.cpp23 typedef std::basic_string<CharT> string_type; typedef
26 string_type str_;
30 testbuf(const string_type& str) in testbuf()
Dignore.pass.cpp22 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/
Dunsigned_char.pass.cpp22 typedef std::basic_string<CharT> string_type; typedef
25 string_type str_;
29 testbuf(const string_type& str) in testbuf()
Dsigned_char.pass.cpp22 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/
Dbool.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dfloat.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dlong_double.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dunsigned_long.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dunsigned_long_long.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dlong_long.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dlong.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Ddouble.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dunsigned_int.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dunsigned_short.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dint.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dshort.pass.cpp24 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/
Dget_money.pass.cpp25 typedef std::basic_string<CharT> string_type; typedef
28 string_type str_;
32 testbuf(const string_type& str) in testbuf()
Dget_time.pass.cpp23 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/
Dws.pass.cpp23 typedef std::basic_string<CharT> string_type; typedef
26 string_type str_;
30 testbuf(const string_type& str) in testbuf()

123