Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcompletion_queue.h171 return (AsyncNextInternal(tag, ok, in Next()
190 return AsyncNextInternal(tag, ok, deadline_tp.raw_time()); in AsyncNext()
295 NextStatus AsyncNextInternal(void** tag, bool* ok, gpr_timespec deadline);
/external/grpc-grpc/src/cpp/common/
Dcompletion_queue_cc.cc53 CompletionQueue::NextStatus CompletionQueue::AsyncNextInternal( in AsyncNextInternal() function in grpc::CompletionQueue