Home
last modified time | relevance | path

Searched refs:pending_call (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/src/core/lib/surface/
Dserver.cc239 PendingCall pending_call; in RequestCallWithPossiblePublish() local
243 pending_call.rc = reinterpret_cast<RequestedCall*>( in RequestCallWithPossiblePublish()
245 if (pending_call.rc != nullptr) { in RequestCallWithPossiblePublish()
246 pending_call.calld = pending_.front(); in RequestCallWithPossiblePublish()
251 return pending_call; in RequestCallWithPossiblePublish()