HomeSort by relevance Sort by last modified time
    Searched refs:grpc_completion_queue_attributes (Results 1 - 16 of 16) sorted by null

  /external/grpc-grpc/src/core/lib/surface/
completion_queue_factory.h 29 const grpc_completion_queue_attributes*);
completion_queue_factory.cc 32 const grpc_completion_queue_attributes* attr) {
47 const grpc_completion_queue_attributes* attributes) {
62 grpc_completion_queue_attributes attr = {1, GRPC_CQ_NEXT,
69 grpc_completion_queue_attributes attr = {1, GRPC_CQ_PLUCK,
78 grpc_completion_queue_attributes attr = {
85 const grpc_completion_queue_attributes* attr, void* reserved) {
  /external/grpc-grpc/test/core/surface/
completion_queue_test.cc 73 grpc_completion_queue_attributes attr;
92 grpc_completion_queue_attributes attr;
113 grpc_completion_queue_attributes attr;
139 grpc_completion_queue_attributes attr;
172 grpc_completion_queue_attributes attr;
213 grpc_completion_queue_attributes attr;
240 grpc_completion_queue_attributes attr;
262 grpc_completion_queue_attributes attr;
288 grpc_completion_queue_attributes attr;
342 grpc_completion_queue_attributes attr
    [all...]
  /external/grpc-grpc/src/objective-c/GRPCClient/private/
GRPCCompletionQueue.m 23 const grpc_completion_queue_attributes kCompletionQueueAttr = {
  /external/grpc-grpc/test/core/end2end/
multiple_server_queues_test.cc 26 grpc_completion_queue_attributes attr;
  /external/grpc-grpc/include/grpcpp/impl/codegen/
core_codegen.h 36 const grpc_completion_queue_attributes* attributes) override;
39 const grpc_completion_queue_attributes* attributes,
core_codegen_interface.h 47 const grpc_completion_queue_attributes* attributes) = 0;
50 const grpc_completion_queue_attributes* attributes, void* reserved) = 0;
client_unary_call.h 52 CompletionQueue cq(grpc_completion_queue_attributes{
completion_queue.h 100 : CompletionQueue(grpc_completion_queue_attributes{
238 CompletionQueue(const grpc_completion_queue_attributes& attributes) {
384 : CompletionQueue(grpc_completion_queue_attributes{
sync_stream.h 245 cq_(grpc_completion_queue_attributes{
379 cq_(grpc_completion_queue_attributes{
553 cq_(grpc_completion_queue_attributes{
    [all...]
  /external/grpc-grpc/include/grpc/
grpc.h 98 const grpc_completion_queue_attributes* attributes);
120 const grpc_completion_queue_attributes* attributes, void* reserved);
  /external/grpc-grpc/include/grpc/impl/codegen/
grpc_types.h 680 typedef struct grpc_completion_queue_attributes { struct
697 } grpc_completion_queue_attributes; typedef in typeref:struct:grpc_completion_queue_attributes
  /external/grpc-grpc/src/cpp/common/
core_codegen.cc 42 const grpc_completion_queue_attributes* attributes) {
48 const grpc_completion_queue_attributes* attributes, void* reserved) {
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
completion_queue.pyx.pxi 73 cdef grpc_completion_queue_attributes c_attrs
  /external/grpc-grpc/src/cpp/client/
channel_cc.cc 222 callback_cq_ = new CompletionQueue(grpc_completion_queue_attributes{
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_grpc_imports.generated.h 101 typedef const grpc_completion_queue_factory*(*grpc_completion_queue_factory_lookup_type)(const grpc_completion_queue_attributes* attributes);
113 typedef grpc_completion_queue*(*grpc_completion_queue_create_type)(const grpc_completion_queue_factory* factory, const grpc_completion_queue_attributes* attributes, void* reserved);
    [all...]

Completed in 282 milliseconds