Lines Matching refs:StrNe
117 using testing::StrNe;
1021 Matcher<const char*> m = StrNe("Hello");
1026 Matcher<string> m2 = StrNe(string("Hello"));
1032 Matcher<const char*> m = StrNe("Hi");
1414 Matcher<const wchar_t*> m = StrNe(L"Hello");
1419 Matcher< ::std::wstring> m2 = StrNe(::std::wstring(L"Hello"));
1425 Matcher<const wchar_t*> m = StrNe(L"Hi");
1605 Matcher<const wchar_t*> m = StrNe(L"Hello");
1610 Matcher< ::wstring> m2 = StrNe(::wstring(L"Hello"));
1616 Matcher<const wchar_t*> m = StrNe(L"Hi");