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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc585 class FromType { class in namespace:__anon14
587 explicit FromType(bool* is_converted) : converted_(is_converted) {} function in class:__anon14::FromType
593 GTEST_DISALLOW_ASSIGN_(FromType);
599 ToType(const FromType& x) { *x.converted() = true; } // NOLINT
604 FromType x(&converted);

Completed in 9 milliseconds