Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dstring_view_template.h27 class StringViewTemplate {
34 StringViewTemplate() : m_Ptr(nullptr), m_Length(0) {} in StringViewTemplate() function
38 StringViewTemplate(const CharType* ptr) in StringViewTemplate() function
42 StringViewTemplate(const CharType* ptr, size_t len) in StringViewTemplate() function
46 StringViewTemplate(
55 StringViewTemplate(CharType& ch) { in StringViewTemplate() function
60 StringViewTemplate(const StringViewTemplate& src) { in StringViewTemplate() function
66 explicit StringViewTemplate(const std::vector<UnsignedType>& vec) { in StringViewTemplate() function
71 StringViewTemplate& operator=(const CharType* src) {
77 StringViewTemplate& operator=(const StringViewTemplate& src) {
[all …]
Dbytestring.cpp24 template class fxcrt::StringViewTemplate<char>; member in fxcrt
Dwidestring.cpp24 template class fxcrt::StringViewTemplate<wchar_t>; member in fxcrt