Home
last modified time | relevance | path

Searched refs:GRPC_ARG_HTTP2_ENABLE_TRUE_BINARY (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h219 #define GRPC_ARG_HTTP2_ENABLE_TRUE_BINARY "grpc.http2.true_binary" macro
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgrpc_types.h237 #define GRPC_ARG_HTTP2_ENABLE_TRUE_BINARY "grpc.http2.true_binary" macro
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgrpc_types.h237 #define GRPC_ARG_HTTP2_ENABLE_TRUE_BINARY "grpc.http2.true_binary" macro
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs59 pub const GRPC_ARG_HTTP2_ENABLE_TRUE_BINARY: &'static [u8; 23usize] = b"grpc.http2.true_binary\0"; constant
Dx86_64-unknown-linux-gnu-bindings.rs59 pub const GRPC_ARG_HTTP2_ENABLE_TRUE_BINARY: &'static [u8; 23usize] = b"grpc.http2.true_binary\0"; constant
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc337 {GRPC_ARG_HTTP2_ENABLE_TRUE_BINARY, in read_channel_args()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc360 {GRPC_ARG_HTTP2_ENABLE_TRUE_BINARY, in read_channel_args()