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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h504 struct ByMoveWrapper { struct in namespace:testing::internal
505 explicit ByMoveWrapper(T value) : payload(internal::move(value)) {} function in struct:testing::internal::ByMoveWrapper
592 // Partially specialize for ByMoveWrapper. This version of ReturnAction will
595 class Impl<ByMoveWrapper<R_>, F> : public ActionInterface<F> {
1094 internal::ByMoveWrapper<R> ByMove(R x) {
1095 return internal::ByMoveWrapper<R>(internal::move(x));

Completed in 12 milliseconds