Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dsstream216 string_type __str_;
231 explicit basic_stringbuf(const string_type& __s,
245 string_type str() const;
246 void str(const string_type& __s);
449 return string_type(__str_.get_allocator());
681 string_type str() const {
685 void str(const string_type& __s) {
762 string_type str() const {
766 void str(const string_type& __s) {
842 string_type str() const {
[all …]
H A Dlocale889 typedef typename numpunct<_CharT>::string_type string_type;
1440 typedef typename numpunct<char_type>::string_type string_type;
2405 string_type __c_;
2406 string_type __r_;
2407 string_type __x_;
2408 string_type __X_;
2665 virtual string_type do_curr_symbol() const {return string_type();}
2666 virtual string_type do_positive_sign() const {return string_type();}
2759 string_type& __sym, string_type& __psn,
3199 string_type& __sym, string_type& __sn,
[all …]
H A Dregex106 string_type
109 string_type
112 string_type
131 typedef typename traits::string_type string_type;
502 string_type
1043 string_type
2268 typedef typename _Traits::string_type string_type;
2273 vector<pair<string_type, string_type> > __ranges_;
2321 void __add_range(string_type __b, string_type __e)
2558 typedef typename _Traits::string_type string_type;
[all …]
H A D__locale265 typedef basic_string<char_type> string_type;
300 {return string_type(__lo, __hi);}
356 typedef basic_string<char_type> string_type;
375 typedef basic_string<char_type> string_type;
1661 typedef basic_string<char_type> string_type;
1678 virtual string_type do_truename() const;
1679 virtual string_type do_falsename() const;
1692 typedef basic_string<char_type> string_type;
1709 virtual string_type do_truename() const;
1710 virtual string_type do_falsename() const;
[all …]
H A Dfilesystem990 path& assign(string_type&& __s) noexcept {
1109 path& operator+=(const string_type& __x) {
1347 return string_type(__root_name());
1350 return string_type(__root_directory());
1354 return string_type(__root_path_raw());
1360 return string_type(__relative_path());
1363 return string_type(__parent_path());
1366 return string_type(__filename());
1370 return string_type(__extension());
1505 __pn_ = string_type(__s);
[all …]
/freebsd-13.1/contrib/lib9p/pytest/
H A Dpfod.py126 string_type = str
128 string_type = basestring
130 if isinstance(field_names, string_type):
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp716 string_type lhs(__lo1, __hi1); in do_compare()
717 string_type rhs(__lo2, __hi2); in do_compare()
726 collate_byname<char>::string_type
729 const string_type in(lo, hi); in do_transform()
764 string_type lhs(__lo1, __hi1); in do_compare()
765 string_type rhs(__lo2, __hi2); in do_compare()
774 collate_byname<wchar_t>::string_type
777 const string_type in(lo, hi); in do_transform()
6056 string_type __dummy_curr_symbol = __curr_symbol_; in init()
6107 string_type __dummy_curr_symbol = __curr_symbol_; in init()
[all …]
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp476 using string_type = path::string_type; typedef
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def152 HANDLE_DW_TAG(0x0012, string_type, 2, DWARF, DW_KIND_TYPE)