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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc66 using testing::Unused;
118 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; }
196 int SumOfLast2(Unused, Unused, int a, int b) const { return a + b; }
326 // Tests using Invoke() with functions with parameters declared as Unused.
339 // Tests using Invoke() with methods with parameters declared as Unused.
H A Dgmock-generated-actions_test.cc63 using testing::Unused;
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1016 // An Unused object can be implicitly constructed from ANY value.
1039 // // We can declare any uninteresting argument as Unused.
1040 // double DistanceToOrigin(Unused, double x, double y) {
1046 typedef internal::IgnoredValue Unused; typedef in namespace:testing

Completed in 17 milliseconds