Searched defs:grpc_completion_queue_attributes (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/ |
D | grpc_types.h | 763 typedef struct grpc_completion_queue_attributes { struct 780 } grpc_completion_queue_attributes; argument
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | grpc_types.h | 680 typedef struct grpc_completion_queue_attributes { struct 697 } grpc_completion_queue_attributes; argument
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/ |
D | grpc_types.h | 763 typedef struct grpc_completion_queue_attributes { struct 780 } grpc_completion_queue_attributes; argument
|
/external/rust/crates/grpcio-sys/bindings/ |
D | x86_64-unknown-linux-gnu-bindings.rs | 1328 pub struct grpc_completion_queue_attributes { struct 1331 pub version: ::std::os::raw::c_int, 1333 pub cq_completion_type: grpc_cq_completion_type, 1334 pub cq_polling_type: grpc_cq_polling_type, 1337 pub cq_shutdown_cb: *mut grpc_experimental_completion_queue_functor, 1691 attributes: *const grpc_completion_queue_attributes, in grpc_completion_queue_factory_lookup() 1721 attributes: *const grpc_completion_queue_attributes, in grpc_completion_queue_create()
|
D | aarch64-unknown-linux-gnu-bindings.rs | 1328 pub struct grpc_completion_queue_attributes { struct 1331 pub version: ::std::os::raw::c_int, 1333 pub cq_completion_type: grpc_cq_completion_type, 1334 pub cq_polling_type: grpc_cq_polling_type, 1337 pub cq_shutdown_cb: *mut grpc_experimental_completion_queue_functor, 1691 attributes: *const grpc_completion_queue_attributes, in grpc_completion_queue_factory_lookup() 1721 attributes: *const grpc_completion_queue_attributes, in grpc_completion_queue_create()
|