Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h461 typedef struct grpc_event { struct
473 } grpc_event; typedef
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgrpc_types.h544 typedef struct grpc_event { struct
557 } grpc_event; argument
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgrpc_types.h544 typedef struct grpc_event { struct
557 } grpc_event; argument
/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc376 Event grpc_event; in PublishDebugMetadata() local
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs1054 pub struct grpc_event { struct
1056 pub type_: grpc_completion_type,
1062 pub success: ::std::os::raw::c_int,
1066 pub tag: *mut ::std::os::raw::c_void,
1743 ) -> grpc_event; in grpc_completion_queue_next()
1762 ) -> grpc_event; in grpc_completion_queue_pluck()
Dx86_64-unknown-linux-gnu-bindings.rs1054 pub struct grpc_event { struct
1056 pub type_: grpc_completion_type,
1062 pub success: ::std::os::raw::c_int,
1066 pub tag: *mut ::std::os::raw::c_void,
1743 ) -> grpc_event; in grpc_completion_queue_next()
1762 ) -> 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