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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h244 // Untyped base class for OnCallSpec<F>.
285 class OnCallSpec : public UntypedOnCallSpecBase { class in namespace:testing::internal
290 // Constructs an OnCallSpec object from the information inside
292 OnCallSpec(const char* a_file, int a_line, function in class:testing::internal::OnCallSpec
304 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) {
316 OnCallSpec& WillByDefault(const Action<F>& action) {
358 }; // class OnCallSpec
1259 internal::OnCallSpec<F>& InternalDefaultActionSetAt(
1478 const OnCallSpec<F>* FindOnCallSpec(
1483 const OnCallSpec<
[all...]

Completed in 7 milliseconds