Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dstring_view_template.h42 StringViewTemplate(const CharType* ptr) noexcept in StringViewTemplate() function
46 constexpr StringViewTemplate(const CharType* ptr, size_t len) noexcept in StringViewTemplate() function
49 explicit constexpr StringViewTemplate( in StringViewTemplate() function
72 constexpr StringViewTemplate(CharType& ch) noexcept in StringViewTemplate() function
77 explicit StringViewTemplate( in StringViewTemplate() function
Dbytestring.cpp26 template class fxcrt::StringViewTemplate<char>; member in fxcrt
Dwidestring.cpp23 template class fxcrt::StringViewTemplate<wchar_t>; member in fxcrt