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

/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc84 class Derived2 : public Base { class in namespace:testing::__anon1881
86 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {} function in class:testing::__anon1881::Derived2
93 linked_ptr<Derived2> pointer2(new Derived2(3, 4));

Completed in 51 milliseconds