Lines Matching refs:WStr
89 using WStr = std::basic_string<wchar_t, in test() typedef
92 const WStr win(L"abcdef"); in test()
94 ASSERT_SAME_TYPE(decltype(w), WStr); in test()
105 using WStr = std::basic_string<wchar_t, in test() typedef
108 const WStr win(L"abcdef"); in test()
110 ASSERT_SAME_TYPE(decltype(w), WStr); in test()
121 using WStr = std::basic_string<wchar_t, in test() typedef
124 const WStr win(L"abcdef"); in test()
126 ASSERT_SAME_TYPE(decltype(w), WStr); in test()
137 using WStr = std::basic_string<wchar_t, in test() typedef
140 const WStr win(L"abcdef"); in test()
142 ASSERT_SAME_TYPE(decltype(w), WStr); in test()
163 using WStr = std::basic_string<wchar_t, in test() typedef
167 ASSERT_SAME_TYPE(decltype(w), WStr); in test()
188 using WStr = std::basic_string<wchar_t, in test() typedef
192 ASSERT_SAME_TYPE(decltype(w), WStr); in test()
230 using WStr = std::basic_string<wchar_t, in test() typedef
233 const WStr win(L"abcdef"); in test()
235 ASSERT_SAME_TYPE(decltype(w), WStr); in test()
246 using WStr = std::basic_string<wchar_t, in test() typedef
249 const WStr win(L"abcdef"); in test()
251 ASSERT_SAME_TYPE(decltype(w), WStr); in test()
262 using WStr = std::basic_string<wchar_t, in test() typedef
265 WStr win(L"abcdef"); in test()
267 ASSERT_SAME_TYPE(decltype(w), WStr); in test()
278 using WStr = std::basic_string<wchar_t, in test() typedef
281 WStr win(L"abcdef"); in test()
283 ASSERT_SAME_TYPE(decltype(w), WStr); in test()