Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h917 struct ByMoveWrapper { struct
918 explicit ByMoveWrapper(T value) : payload(std::move(value)) {} in ByMoveWrapper() function
1084 // A specialization of ReturnAction<R> when R is ByMoveWrapper<T> for some T.
1090 class ReturnAction<ByMoveWrapper<T>> final {
1092 explicit ReturnAction(ByMoveWrapper<T> wrapper) in ReturnAction()
1887 internal::ByMoveWrapper<R> ByMove(R x) {
1888 return internal::ByMoveWrapper<R>(std::move(x));

Completed in 7 milliseconds