Home
last modified time | relevance | path

Searched defs:StringViewTemplate (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dstring_view_template.h48 StringViewTemplate(const CharType* ptr) noexcept in StringViewTemplate() function
52 constexpr StringViewTemplate(const CharType* ptr, size_t size) noexcept in StringViewTemplate() function
57 constexpr StringViewTemplate(const UnsignedType* ptr, size_t size) noexcept in StringViewTemplate() function
60 explicit constexpr StringViewTemplate( in StringViewTemplate() function
69 constexpr StringViewTemplate( in StringViewTemplate() function
76 constexpr StringViewTemplate(const CharType& ch) noexcept in StringViewTemplate() function
H A Dbytestring.cpp29 template class fxcrt::StringViewTemplate<char>; member in fxcrt
H A Dwidestring.cpp26 template class fxcrt::StringViewTemplate<wchar_t>; member in fxcrt