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

/gem5/ext/googletest/googlemock/test/
H A Dgmock_stress_test.cc70 explicit Base(int a_x) : x_(a_x) {} argument
79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} argument
87 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {} argument

Completed in 4 milliseconds