Searched refs:ActionResultHolder (Results 1 – 1 of 1) sorted by relevance
1305 class ActionResultHolder : public UntypedActionResultHolderBase {1307 explicit ActionResultHolder(T a_value) : value_(a_value) {} in ActionResultHolder() function1329 static ActionResultHolder* PerformDefaultAction( in PerformDefaultAction()1333 return new ActionResultHolder( in PerformDefaultAction()1340 static ActionResultHolder*1343 return new ActionResultHolder(action.Perform(args)); in PerformAction()1350 GTEST_DISALLOW_ASSIGN_(ActionResultHolder);1355 class ActionResultHolder<void> : public UntypedActionResultHolderBase {1363 static ActionResultHolder* PerformDefaultAction( in PerformDefaultAction()1373 static ActionResultHolder* PerformAction( in PerformAction()[all …]