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

/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h80 // EndsWith
139 using testing::EndsWith;
562 // Tests the linkage of the StartsWith, EndsWith, and HasSubstr matchers.
567 ON_CALL(mock, VoidFromString(EndsWith("c"))).WillByDefault(Return());
H A Dgmock-matchers_test.cc90 using testing::EndsWith;
1481 // Tests EndsWith(s).
1484 const Matcher<const char*> m1 = EndsWith("");
1489 const Matcher<const string&> m2 = EndsWith(string("Hi"));
1498 Matcher<const std::string> m = EndsWith("Hi");
1715 // Tests EndsWith(s).
1718 const Matcher<const wchar_t*> m1 = EndsWith(L"");
1723 const Matcher<const ::std::wstring&> m2 = EndsWith(::std::wstring(L"Hi"));
1732 Matcher<const ::std::wstring> m = EndsWith(L"Hi");
1906 // Tests EndsWith(
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1277 // Implements the polymorphic EndsWith(substring) matcher, which
3998 EndsWith(const internal::string& suffix) { function in namespace:testing
4073 EndsWith(const internal::wstring& suffix) { function in namespace:testing

Completed in 39 milliseconds