Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue_factory.cc49 attributes->version <= GRPC_CQ_CURRENT_VERSION); in grpc_completion_queue_factory_lookup()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcompletion_queue.h101 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_NEXT, GRPC_CQ_DEFAULT_POLLING, in CompletionQueue()
385 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_NEXT, polling_type, nullptr}), in ServerCompletionQueue()
Dclient_unary_call.h53 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in BlockingUnaryCallImpl()
Dsync_stream.h246 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in ClientReader()
380 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in ClientWriter()
554 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in ClientReaderWriter()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h678 #define GRPC_CQ_CURRENT_VERSION 2 macro
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCCompletionQueue.m24 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_NEXT, GRPC_CQ_DEFAULT_POLLING, NULL};
/external/grpc-grpc/src/cpp/client/
Dchannel_cc.cc223 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_CALLBACK, GRPC_CQ_DEFAULT_POLLING, in CallbackCQ()