Searched refs:makeExecution (Results 1 – 4 of 4) sorted by relevance
67 Factory makeExecution) { in create() argument68 if (makeExecution == nullptr) { in create()72 auto execution = NN_TRY(makeExecution()); in create()74 return std::make_shared<ResilientExecution>(PrivateConstructorTag{}, std::move(makeExecution), in create()78 ResilientExecution::ResilientExecution(PrivateConstructorTag /*tag*/, Factory makeExecution, in ResilientExecution() argument80 : kMakeExecution(std::move(makeExecution)), mExecution(std::move(execution)) { in ResilientExecution()
121 ResilientExecution::Factory makeExecution = in createReusableExecution()125 return ResilientExecution::create(std::move(makeExecution)); in createReusableExecution()
137 ResilientExecution::Factory makeExecution = in createReusableExecution()141 return ResilientExecution::create(std::move(makeExecution)); in createReusableExecution()
41 Factory makeExecution);43 ResilientExecution(PrivateConstructorTag tag, Factory makeExecution,