Searched defs:grpc_completion_queue_attributes (Results 1 – 5 of 5) sorted by relevance
/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; argument
|
/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/rust/android-crates-io/crates/grpcio-sys/android/ |
D | grpc-bindings.rs | 1057 pub struct grpc_completion_queue_attributes { struct 1059 pub version: ::std::os::raw::c_int, 1061 pub cq_completion_type: grpc_cq_completion_type, 1062 pub cq_polling_type: grpc_cq_polling_type, 1064 pub cq_shutdown_cb: *mut grpc_completion_queue_functor, 1324 attributes: *const grpc_completion_queue_attributes, in grpc_completion_queue_factory_lookup() 1350 attributes: *const grpc_completion_queue_attributes, in grpc_completion_queue_create()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/ |
D | bindings.rs | 1335 pub struct grpc_completion_queue_attributes { struct 1338 pub version: ::std::os::raw::c_int, 1340 pub cq_completion_type: grpc_cq_completion_type, 1341 pub cq_polling_type: grpc_cq_polling_type, 1344 pub cq_shutdown_cb: *mut grpc_completion_queue_functor, 1664 attributes: *const grpc_completion_queue_attributes, in grpc_completion_queue_factory_lookup() 1694 attributes: *const grpc_completion_queue_attributes, in grpc_completion_queue_create()
|