Searched refs:wFilter (Results 1 – 1 of 1) sorted by relevance
253 std::wstring wFilter = StringUtils::ToWstring(filter); in FilterWithRegex() local255 std::wregex wFilterRegex(wFilter); in FilterWithRegex()