Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dfaster-string-find.cpp98 std::wstring_view WStrView; in StringFind() local
100 WStrView.find(L"n"); in StringFind()
103 WStrView.find(L"\x3A9"); in StringFind()