/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/ |
H A D | completion_queue_factory.cc | 35 const grpc_completion_queue_attributes* attr) { in default_create() 50 const grpc_completion_queue_attributes* attributes) { in grpc_completion_queue_factory_lookup() 66 grpc_completion_queue_attributes attr = {1, GRPC_CQ_NEXT, in grpc_completion_queue_create_for_next() 74 grpc_completion_queue_attributes attr = {1, GRPC_CQ_PLUCK, in grpc_completion_queue_create_for_pluck() 83 grpc_completion_queue_attributes attr = { in grpc_completion_queue_create_for_callback() 90 const grpc_completion_queue_attributes* attr, void* reserved) { in grpc_completion_queue_create()
|
H A D | completion_queue_factory.h | 28 const grpc_completion_queue_attributes*);
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | completion_queue_factory.cc | 35 const grpc_completion_queue_attributes* attr) { in default_create() 50 const grpc_completion_queue_attributes* attributes) { in grpc_completion_queue_factory_lookup() 66 grpc_completion_queue_attributes attr = {1, GRPC_CQ_NEXT, in grpc_completion_queue_create_for_next() 74 grpc_completion_queue_attributes attr = {1, GRPC_CQ_PLUCK, in grpc_completion_queue_create_for_pluck() 83 grpc_completion_queue_attributes attr = { in grpc_completion_queue_create_for_callback() 90 const grpc_completion_queue_attributes* attr, void* reserved) { in grpc_completion_queue_create()
|
D | completion_queue_factory.h | 28 const grpc_completion_queue_attributes*);
|
/aosp_15_r20/external/grpc-grpc/test/core/surface/ |
H A D | completion_queue_test.cc | 81 grpc_completion_queue_attributes attr; in TEST() 100 grpc_completion_queue_attributes attr; in TEST() 121 grpc_completion_queue_attributes attr; in TEST() 148 grpc_completion_queue_attributes attr; in TEST() 181 grpc_completion_queue_attributes attr; in TEST() 222 grpc_completion_queue_attributes attr; in TEST() 249 grpc_completion_queue_attributes attr; in TEST() 271 grpc_completion_queue_attributes attr; in TEST() 297 grpc_completion_queue_attributes attr; in TEST() 351 grpc_completion_queue_attributes attr; in TEST() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/ |
D | completion_queue.h | 108 : CompletionQueue(grpc_completion_queue_attributes{ in CompletionQueue() 249 explicit CompletionQueue(const grpc_completion_queue_attributes& attributes) { in CompletionQueue() 443 : CompletionQueue(grpc_completion_queue_attributes{ in ServerCompletionQueue()
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/ |
H A D | completion_queue.h | 108 : CompletionQueue(grpc_completion_queue_attributes{ in CompletionQueue() 249 explicit CompletionQueue(const grpc_completion_queue_attributes& attributes) { in CompletionQueue() 443 : CompletionQueue(grpc_completion_queue_attributes{ in ServerCompletionQueue()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/ |
D | completion_queue.h | 108 : CompletionQueue(grpc_completion_queue_attributes{ in CompletionQueue() 249 explicit CompletionQueue(const grpc_completion_queue_attributes& attributes) { in CompletionQueue() 443 : CompletionQueue(grpc_completion_queue_attributes{ in ServerCompletionQueue()
|
/aosp_15_r20/external/grpc-grpc/include/grpc/impl/ |
H A D | grpc_types.h | 462 typedef struct grpc_completion_queue_attributes { struct 479 } grpc_completion_queue_attributes; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/ |
D | grpc_types.h | 820 typedef struct grpc_completion_queue_attributes { struct 837 } grpc_completion_queue_attributes; argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/impl/ |
D | grpc_types.h | 820 typedef struct grpc_completion_queue_attributes { struct 837 } grpc_completion_queue_attributes; argument
|
/aosp_15_r20/external/grpc-grpc/include/grpc/ |
H A D | grpc.h | 91 const grpc_completion_queue_attributes* attributes); 112 const grpc_completion_queue_attributes* attributes, void* reserved);
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/ |
D | grpc.h | 92 const grpc_completion_queue_attributes* attributes); 113 const grpc_completion_queue_attributes* attributes, void* reserved);
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/ |
D | grpc.h | 92 const grpc_completion_queue_attributes* attributes); 113 const grpc_completion_queue_attributes* attributes, void* reserved);
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/ |
D | sync_stream.h | 251 cq_(grpc_completion_queue_attributes{ in ClientReader() 384 cq_(grpc_completion_queue_attributes{ in ClientWriter() 557 cq_(grpc_completion_queue_attributes{ in ClientReaderWriter()
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/ |
H A D | sync_stream.h | 251 cq_(grpc_completion_queue_attributes{ in ClientReader() 384 cq_(grpc_completion_queue_attributes{ in ClientWriter() 557 cq_(grpc_completion_queue_attributes{ in ClientReaderWriter()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/ |
D | sync_stream.h | 251 cq_(grpc_completion_queue_attributes{ in ClientReader() 384 cq_(grpc_completion_queue_attributes{ in ClientWriter() 557 cq_(grpc_completion_queue_attributes{ in ClientReaderWriter()
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/ |
H A D | multiple_server_queues_test.cc | 29 grpc_completion_queue_attributes attr; in main()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/ |
D | client_unary_call.h | 60 grpc::CompletionQueue cq(grpc_completion_queue_attributes{ in BlockingUnaryCallImpl()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/ |
D | client_unary_call.h | 60 grpc::CompletionQueue cq(grpc_completion_queue_attributes{ in BlockingUnaryCallImpl()
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/ |
H A D | client_unary_call.h | 60 grpc::CompletionQueue cq(grpc_completion_queue_attributes{ in BlockingUnaryCallImpl()
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
H A D | grpc.pxi | 290 ctypedef struct grpc_completion_queue_attributes: 401 const grpc_completion_queue_attributes* attributes) nogil 404 const grpc_completion_queue_attributes* attr, void* reserved) nogil
|
/aosp_15_r20/external/grpc-grpc/src/objective-c/GRPCClient/private/GRPCCore/ |
H A D | GRPCCompletionQueue.mm | 23 const grpc_completion_queue_attributes kCompletionQueueAttr = {
|
/aosp_15_r20/external/grpc-grpc/src/cpp/client/ |
H A D | channel_cc.cc | 258 callback_cq = new grpc::CompletionQueue(grpc_completion_queue_attributes{ in CallbackCQ()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/ |
D | channel_cc.cc | 258 callback_cq = new grpc::CompletionQueue(grpc_completion_queue_attributes{ in CallbackCQ()
|