Searched defs:pstring_t (Results 1 – 5 of 5) sorted by relevance
66 struct pstring_t struct78 using iterator = pstring_const_iterator<pstring_t<F> >; argument99 pstring_t() = default; argument102 pstring_t(const mem_t *string, const size_type len) in pstring_t() function110 pstring_t(const C *string) in pstring_t() function117 …pstring_t(C (&string)[N]) noexcept(false) // NOLINT(cppcoreguidelines-avoid-c-arrays, modernize-a… in pstring_t() argument132 explicit pstring_t(const string_type &string) in pstring_t() argument136 pstring_t(iterator first, iterator last) in pstring_t() argument146 explicit pstring_t(size_type n, code_t code) in pstring_t() function154 explicit pstring_t(const pstring_t<T> &string) in pstring_t() argument[all …]
117 template struct pstring_t<pu8_traits>; variable118 template struct pstring_t<putf8_traits>; variable119 template struct pstring_t<putf16_traits>; variable120 template struct pstring_t<putf32_traits>; variable121 template struct pstring_t<pwchar_traits>; variable
66 struct pstring_t struct78 using iterator = pstring_const_iterator<pstring_t<F> >; argument99 pstring_t() = default; argument102 pstring_t(const mem_t *string, const size_type len) in pstring_t() function110 pstring_t(const C *string) in pstring_t() function117 …pstring_t(C (&string)[N]) noexcept(false) // NOLINT(cppcoreguidelines-avoid-c-arrays, modernize-a… in pstring_t() argument132 explicit pstring_t(const string_type &string) in pstring_t() function136 pstring_t(iterator first, iterator last) in pstring_t() function146 explicit pstring_t(size_type n, code_t code) in pstring_t() argument154 explicit pstring_t(const pstring_t<T> &string) in pstring_t() argument[all …]
84 typedef ELFIO::string_section_accessor* pstring_t; typedef