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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3585 void set_n(int new_n) { n_ = new_n; } function in class:testing::gmock_matchers_test::AClass
3617 a.set_n(1);
3620 a.set_n(-1);
3671 d.set_n(1);
3674 d.set_n(-1);
3687 a.set_n(-1);
3705 a.set_n(1);
3719 a.set_n(1);
3722 a.set_n(-1);
3765 d.set_n(
[all...]

Completed in 22 milliseconds