Searched refs:StrNe (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h86 // StrNe
173 using testing::StrNe;
571 // Tests the linkage of the StrEq, StrNe, StrCaseEq, and StrCaseNe matchers.
575 ON_CALL(mock, VoidFromString(StrNe("a"))).WillByDefault(Return());
H A Dgmock-matchers_test.cc131 using testing::StrNe;
1197 Matcher<const char*> m = StrNe("Hello");
1202 Matcher<string> m2 = StrNe(string("Hello"));
1208 Matcher<const char*> m = StrNe("Hi");
1590 Matcher<const wchar_t*> m = StrNe(L"Hello");
1595 Matcher< ::std::wstring> m2 = StrNe(::std::wstring(L"Hello"));
1601 Matcher<const wchar_t*> m = StrNe(L"Hi");
1781 Matcher<const wchar_t*> m = StrNe(L"Hello");
1786 Matcher< ::wstring> m2 = StrNe(::wstring(L"Hello"));
1792 Matcher<const wchar_t*> m = StrNe(
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3962 StrNe(const internal::string& str) { function in namespace:testing
4037 StrNe(const internal::wstring& str) { function in namespace:testing

Completed in 38 milliseconds