Lines Matching refs:wstring
55 std::wstring mutex_name(L"Local\\ChromeProcessSingletonStartup!");
92 std::wstring to_send(L"START\0", 6); // want the NULL in the string.
147 std::wstring text =
149 std::wstring caption =
233 const std::wstring msg(static_cast<wchar_t*>(cds->lpData),
235 const std::wstring::size_type first_null = msg.find_first_of(L'\0');
236 if (first_null == 0 || first_null == std::wstring::npos) {
248 const std::wstring::size_type second_null =
250 if (second_null == std::wstring::npos ||
261 const std::wstring::size_type third_null =
263 if (third_null == std::wstring::npos ||
270 const std::wstring cmd_line =