Searched refs:StringViewTemplate (Results 1 – 3 of 3) sorted by relevance
27 class StringViewTemplate {34 StringViewTemplate() : m_Ptr(nullptr), m_Length(0) {} in StringViewTemplate() function38 StringViewTemplate(const CharType* ptr) in StringViewTemplate() function42 StringViewTemplate(const CharType* ptr, size_t len) in StringViewTemplate() function46 StringViewTemplate(55 StringViewTemplate(CharType& ch) { in StringViewTemplate() function60 StringViewTemplate(const StringViewTemplate& src) { in StringViewTemplate() function66 explicit StringViewTemplate(const std::vector<UnsignedType>& vec) { in StringViewTemplate() function71 StringViewTemplate& operator=(const CharType* src) {77 StringViewTemplate& operator=(const StringViewTemplate& src) {[all …]
24 template class fxcrt::StringViewTemplate<char>; member in fxcrt
24 template class fxcrt::StringViewTemplate<wchar_t>; member in fxcrt