Home
last modified time | relevance | path

Searched defs:OpHandlerImpl (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/src/core/lib/surface/
Dcall_utils.h163 OpHandlerImpl() : state_(State::kDismissed) {} in OpHandlerImpl() function
164 explicit OpHandlerImpl(SetupResult result) : state_(State::kPromiseFactory) { in OpHandlerImpl() function
183 OpHandlerImpl(OpHandlerImpl&& other) noexcept : state_(other.state_) { in OpHandlerImpl() function