Home
last modified time | relevance | path

Searched defs:pstring_t (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/lib/netlist/plib/
H A Dpstring.h66 struct pstring_t struct
78 using iterator = pstring_const_iterator<pstring_t<F> >; argument
99 pstring_t() = default; argument
102 pstring_t(const mem_t *string, const size_type len) in pstring_t() function
110 pstring_t(const C *string) in pstring_t() function
117pstring_t(C (&string)[N]) noexcept(false) // NOLINT(cppcoreguidelines-avoid-c-arrays, modernize-a… in pstring_t() argument
132 explicit pstring_t(const string_type &string) in pstring_t() argument
136 pstring_t(iterator first, iterator last) in pstring_t() argument
146 explicit pstring_t(size_type n, code_t code) in pstring_t() function
154 explicit pstring_t(const pstring_t<T> &string) in pstring_t() argument
[all …]
H A Dpstring.cpp117 template struct pstring_t<pu8_traits>; variable
118 template struct pstring_t<putf8_traits>; variable
119 template struct pstring_t<putf16_traits>; variable
120 template struct pstring_t<putf32_traits>; variable
121 template struct pstring_t<pwchar_traits>; variable
/dports/emulators/mame/mame-mame0226/src/lib/netlist/plib/
H A Dpstring.h66 struct pstring_t struct
78 using iterator = pstring_const_iterator<pstring_t<F> >; argument
99 pstring_t() = default; argument
102 pstring_t(const mem_t *string, const size_type len) in pstring_t() function
110 pstring_t(const C *string) in pstring_t() function
117pstring_t(C (&string)[N]) noexcept(false) // NOLINT(cppcoreguidelines-avoid-c-arrays, modernize-a… in pstring_t() argument
132 explicit pstring_t(const string_type &string) in pstring_t() function
136 pstring_t(iterator first, iterator last) in pstring_t() function
146 explicit pstring_t(size_type n, code_t code) in pstring_t() argument
154 explicit pstring_t(const pstring_t<T> &string) in pstring_t() argument
[all …]
H A Dpstring.cpp117 template struct pstring_t<pu8_traits>; variable
118 template struct pstring_t<putf8_traits>; variable
119 template struct pstring_t<putf16_traits>; variable
120 template struct pstring_t<putf32_traits>; variable
121 template struct pstring_t<pwchar_traits>; variable
/dports/devel/elfio/elfio-3.9/examples/c_wrapper/
H A Delfio_c_wrapper.h84 typedef ELFIO::string_section_accessor* pstring_t; typedef