Home
last modified time | relevance | path

Searched defs:grpc_event (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgrpc_types.h533 typedef struct grpc_event { struct
546 } grpc_event; argument
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h461 typedef struct grpc_event { struct
473 } grpc_event; argument
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgrpc_types.h533 typedef struct grpc_event { struct
546 } grpc_event; typedef
/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc376 Event grpc_event; in PublishDebugMetadata() local
/external/rust/crates/grpcio-sys/bindings/
Dx86_64-unknown-linux-gnu-bindings.rs1049 pub struct grpc_event { struct
1051 pub type_: grpc_completion_type,
1057 pub success: ::std::os::raw::c_int,
1061 pub tag: *mut ::std::os::raw::c_void,
1738 ) -> grpc_event; in grpc_completion_queue_next()
1757 ) -> grpc_event; in grpc_completion_queue_pluck()
Daarch64-unknown-linux-gnu-bindings.rs1049 pub struct grpc_event { struct
1051 pub type_: grpc_completion_type,
1057 pub success: ::std::os::raw::c_int,
1061 pub tag: *mut ::std::os::raw::c_void,
1738 ) -> grpc_event; in grpc_completion_queue_next()
1757 ) -> grpc_event; in grpc_completion_queue_pluck()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dgrpc_tpu_driver.cc505 auto grpc_event = static_cast<const GrpcEvent*>(event); in InitializeRequest() local