Searched defs:OpHandlerImpl (Results 1 – 1 of 1) sorted by relevance
163 OpHandlerImpl() : state_(State::kDismissed) {} in OpHandlerImpl() function164 explicit OpHandlerImpl(SetupResult result) : state_(State::kPromiseFactory) { in OpHandlerImpl() function183 OpHandlerImpl(OpHandlerImpl&& other) noexcept : state_(other.state_) { in OpHandlerImpl() function