Home
last modified time | relevance | path

Searched defs:ChannelArgs (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/include/grpc/event_engine/
Dchannel_args.h23 class ChannelArgs; variable
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/event_engine/
Dchannel_args.h23 class ChannelArgs; variable
/external/rust/crates/grpcio/src/
Dchannel.rs399 pub fn build_args(&self) -> ChannelArgs { in build_args()
432 fn prepare_connect_args(&mut self) -> ChannelArgs { in prepare_connect_args()
523 pub struct ChannelArgs { struct
527 impl ChannelArgs { implementation
533 impl Drop for ChannelArgs { implementation
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs1235 public pbc::RepeatedField<global::Grpc.Testing.ChannelArg> ChannelArgs { property in Grpc.Testing.ClientConfig
2285 public pbc::RepeatedField<global::Grpc.Testing.ChannelArg> ChannelArgs { property in Grpc.Testing.ServerConfig