Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dstring_view_template.h29 class StringViewTemplate {
36 constexpr StringViewTemplate() noexcept = default;
37 constexpr StringViewTemplate(const StringViewTemplate& src) noexcept =
42 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
55 constexpr StringViewTemplate(
63 StringViewTemplate(
72 constexpr StringViewTemplate(CharType& ch) noexcept in StringViewTemplate() function
77 explicit StringViewTemplate( in StringViewTemplate() function
[all …]
Dfx_string.h37 StringViewTemplate<typename StrType::CharType> remaining(that.span()); in Split()
Dbytestring.cpp26 template class fxcrt::StringViewTemplate<char>; member in fxcrt
Dwidestring.cpp23 template class fxcrt::StringViewTemplate<wchar_t>; member in fxcrt