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

/gem5/ext/googletest/googlemock/scripts/
H A Dgmock_doctor.py85 'Truly',
286 r'call to \'Truly\(<unresolved overloaded function type>\)')
288 r'call to \'Truly')
290 The argument you gave to Truly() is an overloaded function. Please tell
296 Truly(static_cast<bool (*)(int n)>(Foo))"""
/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h94 // Truly(predicate)
174 using testing::Truly;
639 // Tests the linkage of the Truly matcher.
641 Matcher<const char*> m = Truly(&InvokeHelper::StaticBoolFromString);
H A Dgmock-matchers_test.cc133 using testing::Truly;
561 Matcher<IntValue> m3 = Truly(IsPositiveIntValue);
2429 // testing the Truly(predicate) matcher.
2432 // type of this function is not bool. It's OK as Truly() accepts any
2451 // For testing Truly().
2460 // Tests that Truly(predicate) matches what satisfies the given
2463 Matcher<double> m = Truly(IsPositive);
2468 // Tests that Truly(predicate_functor) works too.
2470 Matcher<int> m = Truly(IsGreaterThan(5));
2489 // Tests that the predicate used in Truly() ma
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1754 // Used for implementing Truly(pred), which turns a predicate into a
1761 // This method template allows Truly(pred) to be used as a matcher
4116 Truly(Predicate pred) { function in namespace:testing

Completed in 43 milliseconds