Searched refs:ActionResultHolder (Results 1 – 1 of 1) sorted by relevance
1313 class ActionResultHolder : public UntypedActionResultHolderBase {1315 explicit ActionResultHolder(T a_value) : value_(a_value) {} in ActionResultHolder() function1337 static ActionResultHolder* PerformDefaultAction( in PerformDefaultAction()1341 return new ActionResultHolder( in PerformDefaultAction()1348 static ActionResultHolder*1351 return new ActionResultHolder(action.Perform(args)); in PerformAction()1358 GTEST_DISALLOW_ASSIGN_(ActionResultHolder);1363 class ActionResultHolder<void> : public UntypedActionResultHolderBase {1371 static ActionResultHolder* PerformDefaultAction( in PerformDefaultAction()1381 static ActionResultHolder* PerformAction( in PerformAction()[all …]