Home
last modified time | relevance | path

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

12

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dfs_path.h158 typedef std::basic_string<value_type> string_type; in _GLIBCXX_VISIBILITY()
175 path(string_type&& __source, format = auto_format) in _GLIBCXX_VISIBILITY()
214 path& operator=(string_type&& __source); in _GLIBCXX_VISIBILITY()
215 path& assign(string_type&& __source); in _GLIBCXX_VISIBILITY()
242 string_type __pathname; in _GLIBCXX_VISIBILITY()
284 path& operator+=(const string_type& __x); in _GLIBCXX_VISIBILITY()
320 const string_type& native() const noexcept { return _M_pathname; } in _GLIBCXX_VISIBILITY()
322 operator string_type() const { return _M_pathname; } in _GLIBCXX_VISIBILITY()
354 int compare(const string_type& __s) const; in _GLIBCXX_VISIBILITY()
400 path(string_type __str, _Type __type) : _M_pathname(__str), _M_type(__type) in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex.h85 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY() typedef
172 { return string_type::traits_type::length(__p); } in _GLIBCXX_VISIBILITY()
223 string_type in _GLIBCXX_VISIBILITY()
228 string_type __s(__first, __last); in _GLIBCXX_VISIBILITY()
247 string_type in _GLIBCXX_VISIBILITY()
275 string_type in _GLIBCXX_VISIBILITY()
396 typedef typename traits_type::string_type string_type; in _GLIBCXX_VISIBILITY() typedef
617 { return this->assign(string_type(__p), __flags); } in _GLIBCXX_VISIBILITY()
634 { return this->assign(string_type(__p, __len), __flags); } in _GLIBCXX_VISIBILITY()
673 { return this->assign(string_type(__first, __last), __flags); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_facets_nonio.h1031 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1150 string_type in _GLIBCXX_VISIBILITY()
1167 string_type in _GLIBCXX_VISIBILITY()
1184 string_type in _GLIBCXX_VISIBILITY()
1296 virtual string_type in _GLIBCXX_VISIBILITY()
1309 virtual string_type in _GLIBCXX_VISIBILITY()
1322 virtual string_type in _GLIBCXX_VISIBILITY()
1418 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1476 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1552 ios_base::iostate& __err, string_type& __digits) const in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_classes.tcc166 const string_type __one(__lo1, __hi1); in do_compare()
167 const string_type __two(__lo2, __hi2); in do_compare()
198 typename collate<_CharT>::string_type
202 string_type __ret; in do_transform()
205 const string_type __str(__lo, __hi); in do_transform()
H A Dlocale_classes.h649 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
718 string_type in _GLIBCXX_VISIBILITY()
775 virtual string_type in _GLIBCXX_VISIBILITY()
822 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
H A Dregex.tcc125 typename regex_traits<_Ch_type>::string_type
270 return string_type(1, __fctyp.widen( in lookup_collatename()
276 return string_type(); in lookup_collatename()
343 std::basic_istringstream<char_type> __is(string_type(1, __ch)); in value()
H A Dlocale_facets_nonio.tcc141 typedef typename string_type::size_type size_type; in _M_extract()
385 ios_base::iostate& __err, string_type& __digits) const in do_get()
409 const string_type& __digits) const in _M_insert()
411 typedef typename string_type::size_type size_type; in _M_insert()
452 string_type __value; in _M_insert()
497 string_type __res; in _M_insert()
606 string_type __digits(__len, char_type()); in do_put()
616 const string_type& __digits) const in do_put()
H A Dlocale_facets.h1677 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1792 string_type in _GLIBCXX_VISIBILITY()
1805 string_type in _GLIBCXX_VISIBILITY()
1860 virtual string_type in _GLIBCXX_VISIBILITY()
1873 virtual string_type in _GLIBCXX_VISIBILITY()
1907 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
H A Dregex_compiler.h74 typedef typename _TraitsT::string_type _StringT; in _GLIBCXX_VISIBILITY()
220 typedef typename _TraitsT::string_type _StringT; in _GLIBCXX_VISIBILITY()
436 typedef typename _TraitsT::string_type _StringT; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.h941 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1060 string_type in _GLIBCXX_VISIBILITY()
1077 string_type in _GLIBCXX_VISIBILITY()
1094 string_type in _GLIBCXX_VISIBILITY()
1206 virtual string_type in _GLIBCXX_VISIBILITY()
1219 virtual string_type in _GLIBCXX_VISIBILITY()
1232 virtual string_type in _GLIBCXX_VISIBILITY()
1328 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1378 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1454 ios_base::iostate& __err, string_type& __digits) const in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex.h57 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY() typedef
80 { return string_type::traits_type::length(__p); } in _GLIBCXX_VISIBILITY()
131 string_type in _GLIBCXX_VISIBILITY()
138 string_type __s(__first, __last); in _GLIBCXX_VISIBILITY()
157 string_type in _GLIBCXX_VISIBILITY()
159 { return string_type(); } in _GLIBCXX_VISIBILITY()
175 string_type in _GLIBCXX_VISIBILITY()
177 { return string_type(); } in _GLIBCXX_VISIBILITY()
323 std::basic_istringstream<_Ch_type> __is(string_type(1, __ch)); in _GLIBCXX_VISIBILITY()
348 typedef typename traits_type::string_type string_type; in _GLIBCXX_VISIBILITY() typedef
[all …]
H A Dlocale_classes.tcc164 const string_type __one(__lo1, __hi1); in do_compare()
165 const string_type __two(__lo2, __hi2); in do_compare()
196 typename collate<_CharT>::string_type
200 string_type __ret; in do_transform()
203 const string_type __str(__lo, __hi); in do_transform()
H A Dlocale_classes.h593 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
662 string_type in _GLIBCXX_VISIBILITY()
719 virtual string_type in _GLIBCXX_VISIBILITY()
766 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
H A Dlocale_facets_nonio.tcc137 typedef typename string_type::size_type size_type; in _M_extract()
379 ios_base::iostate& __err, string_type& __digits) const in do_get()
403 const string_type& __digits) const in _M_insert()
405 typedef typename string_type::size_type size_type; in _M_insert()
446 string_type __value; in _M_insert()
491 string_type __res; in _M_insert()
599 string_type __digits(__len, char_type()); in do_put()
609 const string_type& __digits) const in do_put()
H A Dlocale_facets.h1650 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1765 string_type in _GLIBCXX_VISIBILITY()
1778 string_type in _GLIBCXX_VISIBILITY()
1833 virtual string_type in _GLIBCXX_VISIBILITY()
1846 virtual string_type in _GLIBCXX_VISIBILITY()
1880 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc262 typedef basic_string<_CharT> string_type; typedef
275 virtual string_type
370 typedef typename std::money_get<_CharT>::string_type string_type; typedef
392 ios_base::iostate& err, string_type& digits) const in do_get()
411 typedef typename std::money_put<_CharT>::string_type string_type; typedef
426 char_type fill, const string_type& digits) const in do_put()
439 typedef basic_string<_CharT> string_type; typedef
451 virtual string_type
452 do_get(catalog c, int set, int msgid, const string_type& dfault) const in do_get()
H A Dlocale-inst.cc80 const string_type&) const;
86 const string_type&) const;
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/
H A Dstandard_policies.hpp145 typedef __dtrie_string string_type; typedef
149 typedef trie_string_access_traits<string_type> type;
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/
H A Dstandard_policies.hpp145 typedef __dtrie_string string_type; typedef
149 typedef trie_string_access_traits<string_type> type;
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dsubstring-locations.h54 substring_loc (location_t fmt_string_loc, tree string_type, in substring_loc() argument
56 : m_fmt_string_loc (fmt_string_loc), m_string_type (string_type), in substring_loc()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/locale/generic/
H A Dmessages_members.h68 typename messages<_CharT>::string_type in _GLIBCXX_VISIBILITY()
70 const string_type& __dfault) const in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/locale/generic/
H A Dmessages_members.h69 typename messages<_CharT>::string_type in _GLIBCXX_VISIBILITY()
71 const string_type& __dfault) const in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dlocale-inst.cc68 const string_type&) const;
74 const string_type&) const;
/dflybsd-src/crypto/libressl/apps/openssl/
H A Dapps.c300 int string_type; in ui_read() local
304 string_type = UI_get_string_type(uis); in ui_read()
305 if (string_type == UIT_PROMPT || string_type == UIT_VERIFY) { in ui_read()
321 int string_type; in ui_write() local
325 string_type = UI_get_string_type(uis); in ui_write()
326 if (string_type == UIT_PROMPT || string_type == UIT_VERIFY) { in ui_write()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dregex455 typedef std::basic_string<char_type> string_type;
478 { return string_type::traits_type::length(__p); }
529 string_type
536 string_type __s(__first, __last);
555 string_type
572 string_type
709 std::basic_istringstream<_Ch_type> __is(string_type(1, __ch));
735 typedef typename _Rx_traits::string_type string_type;
930 { return this->assign(string_type(__p), __flags); }
947 { return this->assign(string_type(__p, __len), __flags); }
[all …]

12