Home
last modified time | relevance | path

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

1234

/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.native.obs/
Doperator_string.pass.cpp31 using string_type = path::string_type; in main() typedef
35 static_assert(std::is_convertible<path, string_type>::value, ""); in main()
36 static_assert(std::is_constructible<string_type, path>::value, ""); in main()
37 ASSERT_SAME_TYPE(string_type, decltype(p.operator string_type())); in main()
38 ASSERT_NOT_NOEXCEPT(p.operator string_type()); in main()
43 string_type s = p; in main()
/external/libcxx/include/
Dsstream200 typedef basic_string<char_type, traits_type, allocator_type> string_type;
204 string_type __str_;
213 explicit basic_stringbuf(const string_type& __s,
226 string_type str() const;
227 void str(const string_type& __s);
246 str(string_type());
250 basic_stringbuf<_CharT, _Traits, _Allocator>::basic_stringbuf(const string_type& __s,
445 return string_type(this->pbase(), __hm_, __str_.get_allocator());
448 return string_type(this->eback(), this->egptr(), __str_.get_allocator());
449 return string_type(__str_.get_allocator());
[all …]
Dlocale839 typedef typename numpunct<_CharT>::string_type string_type;
840 const string_type __names[2] = {__np.truename(), __np.falsename()};
841 const string_type* __i = __scan_keyword(__b, __e, __names, __names+2,
1382 typedef typename numpunct<char_type>::string_type string_type;
1384 string_type __tmp(__v ? __np.truename() : __np.falsename());
1385 string_type __nm = _VSTD::move(__tmp);
1387 string_type __nm = __v ? __np.truename() : __np.falsename();
1389 for (typename string_type::iterator __i = __nm.begin(); __i != __nm.end(); ++__i, ++__s)
1674 typedef basic_string<_CharT> string_type;
1676 virtual const string_type* __weeks() const;
[all …]
/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()
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.rvalue/
Drvalue.pass.cpp26 typedef std::basic_string<CharT> string_type; typedef
29 string_type str_;
33 testbuf(const string_type& str) in testbuf()
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
Dsigned_char.pass.cpp22 typedef std::basic_string<CharT> string_type; typedef
25 string_type str_;
29 testbuf(const string_type& str) in testbuf()
Dunsigned_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/
Dlong_double.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()
Dlong_long.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_long_long.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()
Dfloat.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()
Dunsigned_long.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dbool.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()
/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()

1234