Searched refs:kMakeExecution (Results 1 – 2 of 2) sorted by relevance
80 : kMakeExecution(std::move(makeExecution)), mExecution(std::move(execution)) { in ResilientExecution()81 CHECK(kMakeExecution != nullptr); in ResilientExecution()99 mExecution = NN_TRY(kMakeExecution()); in recover()
59 const Factory kMakeExecution; variable