Searched defs:grpc_completion_queue_attributes (Results 1 – 5 of 5) sorted by relevance
| /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/spm-core-include/grpc/impl/codegen/ |
| D | grpc_types.h | 774 typedef struct grpc_completion_queue_attributes { struct 791 } grpc_completion_queue_attributes; argument
|
| /external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/ |
| D | grpc_types.h | 774 typedef struct grpc_completion_queue_attributes { struct 791 } grpc_completion_queue_attributes; argument
|
| /external/rust/crates/grpcio-sys/bindings/ |
| D | aarch64-unknown-linux-gnu-bindings.rs | 1333 pub struct grpc_completion_queue_attributes { struct 1336 pub version: ::std::os::raw::c_int, 1338 pub cq_completion_type: grpc_cq_completion_type, 1339 pub cq_polling_type: grpc_cq_polling_type, 1342 pub cq_shutdown_cb: *mut grpc_experimental_completion_queue_functor, 1696 attributes: *const grpc_completion_queue_attributes, in grpc_completion_queue_factory_lookup() 1726 attributes: *const grpc_completion_queue_attributes, in grpc_completion_queue_create()
|
| D | x86_64-unknown-linux-gnu-bindings.rs | 1333 pub struct grpc_completion_queue_attributes { struct 1336 pub version: ::std::os::raw::c_int, 1338 pub cq_completion_type: grpc_cq_completion_type, 1339 pub cq_polling_type: grpc_cq_polling_type, 1342 pub cq_shutdown_cb: *mut grpc_experimental_completion_queue_functor, 1696 attributes: *const grpc_completion_queue_attributes, in grpc_completion_queue_factory_lookup() 1726 attributes: *const grpc_completion_queue_attributes, in grpc_completion_queue_create()
|