Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dstring_view_template.h47 StringViewTemplate(const CharType* ptr) noexcept in StringViewTemplate() function
51 constexpr StringViewTemplate(const CharType* ptr, size_t size) noexcept in StringViewTemplate() function
56 constexpr StringViewTemplate(const UnsignedType* ptr, size_t size) noexcept in StringViewTemplate() function
59 explicit constexpr StringViewTemplate( in StringViewTemplate() function
68 constexpr StringViewTemplate( in StringViewTemplate() function
75 constexpr StringViewTemplate(const CharType& ch) noexcept in StringViewTemplate() function
Dbytestring.cpp30 template class fxcrt::StringViewTemplate<char>; member in fxcrt
Dwidestring.cpp26 template class fxcrt::StringViewTemplate<wchar_t>; member in fxcrt