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

/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc69 explicit Base(int a_x) : x_(a_x) {} argument
78 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} argument
86 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {} argument

Completed in 50 milliseconds