Searched refs:string_type (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | sstream | 315 string_type __str_; 340 _LIBCPP_HIDE_FROM_ABI explicit basic_stringbuf(string_type&& __s, 392 string_type str() const; 396 _LIBCPP_HIDE_FROM_ABI_SSTREAM string_type str() && { 401 string_type __result(std::move(__str_), __str_.get_allocator()); 419 void str(const string_type& __s) { 432 _LIBCPP_HIDE_FROM_ABI void str(string_type&& __s) { 618 return string_type(this->pbase(), __hm_, __str_.get_allocator()); 621 return string_type(__str_.get_allocator()); 629 typename string_type::size_type __sz = __str_.size(); [all …]
|
| H A D | locale | 832 typedef typename numpunct<_CharT>::string_type string_type; 1286 typedef typename numpunct<char_type>::string_type string_type; 1994 string_type __c_; 1995 string_type __r_; 1996 string_type __x_; 1997 string_type __X_; 2220 virtual string_type do_curr_symbol() const { return string_type(); } 2467 string_type __sym; 2925 string_type __sn; 2961 string_type __sn; [all …]
|
| H A D | regex | 107 string_type 110 string_type 113 string_type 132 typedef typename traits::string_type string_type; 525 string_type 1170 string_type __r; 1197 string_type __r; 2050 typedef typename _Traits::string_type string_type; 2055 vector<pair<string_type, string_type> > __ranges_; 2278 typedef typename _Traits::string_type string_type; [all …]
|
| H A D | __locale | 195 typedef basic_string<char_type> string_type; 220 return string_type(__lo, __hi); 272 typedef basic_string<char_type> string_type; 291 typedef basic_string<char_type> string_type; 1434 typedef basic_string<char_type> string_type; 1451 virtual string_type do_truename() const; 1452 virtual string_type do_falsename() const; 1464 typedef basic_string<char_type> string_type; 1481 virtual string_type do_truename() const; 1482 virtual string_type do_falsename() const; [all …]
|
| H A D | filesystem | 22 using string_type = basic_string<value_type>; 30 path(string_type&& source, format fmt = auto_format); 43 path& operator=(string_type&& source); 44 path& assign(string_type&& source); 61 path& operator+=(const string_type& x); 91 const string_type& native() const noexcept; 93 operator string_type() const; 116 int compare(const string_type& s) const;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | path.h | 401 typedef basic_string<value_type> string_type; 448 _LIBCPP_HIDE_FROM_ABI path& operator=(string_type&& __s) noexcept { 453 _LIBCPP_HIDE_FROM_ABI path& assign(string_type&& __s) noexcept { 566 _LIBCPP_HIDE_FROM_ABI path& operator+=(const string_type& __x) { 675 _LIBCPP_HIDE_FROM_ABI operator string_type() const { return __pn_; } 804 return string_type(__root_path_raw()); 806 return root_name().append(string_type(__root_directory())); 811 _LIBCPP_HIDE_FROM_ABI path filename() const { return string_type(__filename()); } 812 _LIBCPP_HIDE_FROM_ABI path stem() const { return string_type(__stem()); } 904 __pn_ = string_type(__s); [all …]
|
| /freebsd-14.2/contrib/lib9p/pytest/ |
| H A D | pfod.py | 126 string_type = str 128 string_type = basestring 130 if isinstance(field_names, string_type):
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | file_descriptor.h | 112 using string_type = path::string_type; variable
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 628 string_type lhs(__lo1, __hi1); in do_compare() 629 string_type rhs(__lo2, __hi2); in do_compare() 639 const string_type in(lo, hi); in do_transform() 672 string_type lhs(__lo1, __hi1); in do_compare() 673 string_type rhs(__lo2, __hi2); in do_compare() 682 collate_byname<wchar_t>::string_type 684 const string_type in(lo, hi); in do_transform() 5456 string_type __dummy_curr_symbol = __curr_symbol_; in init() 5498 string_type __dummy_curr_symbol = __curr_symbol_; in init() 5566 string_type __dummy_curr_symbol = __curr_symbol_; in init() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 157 HANDLE_DW_TAG(0x0012, string_type, 2, DWARF, DW_KIND_TYPE)
|