Searched refs:StartsWith (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h82 // StartsWith
169 using testing::StartsWith;
562 // Tests the linkage of the StartsWith, EndsWith, and HasSubstr matchers.
566 ON_CALL(mock, VoidFromString(StartsWith("a"))).WillByDefault(Return());
H A Dgmock-matchers_test.cc127 using testing::StartsWith;
1162 StartsWith("which is located @"));
1166 StartsWith("which is located @"));
1460 // Tests StartsWith(s).
1463 const Matcher<const char*> m1 = StartsWith(string(""));
1468 const Matcher<const string&> m2 = StartsWith("Hi");
1477 Matcher<const std::string> m = StartsWith("Hi");
1694 // Tests StartsWith(s).
1697 const Matcher<const wchar_t*> m1 = StartsWith(::std::wstring(L""));
1702 const Matcher<const ::std::wstring&> m2 = StartsWith(
[all...]
/gem5/ext/googletest/googletest/scripts/
H A Dpump.py163 def StartsWith(lines, pos, string): function
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1230 // Implements the polymorphic StartsWith(substring) matcher, which
3909 // Property(&Foo::str, StartsWith("hi"))
3928 // ResultOf(f, StartsWith("hi"))
3991 StartsWith(const internal::string& prefix) { function in namespace:testing
4066 StartsWith(const internal::wstring& prefix) { function in namespace:testing

Completed in 48 milliseconds