Home
last modified time | relevance | path

Searched refs:GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/compression/
H A Dcompression_internal.cc173 args.GetInt(GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET) in FromChannelArgs()
267 args.GetInt(GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET); in CompressionOptionsFromChannelArgs()
/aosp_15_r20/external/grpc-grpc/include/grpc/impl/
H A Dcompression_types.h54 #define GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET \ macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/
Dcompression_types.h54 #define GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET \ macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/impl/
Dcompression_types.h54 #define GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET \ macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/compression/
Dcompression_internal.cc173 args.GetInt(GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET) in FromChannelArgs()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
H A Drecords.pyx.pxi187 GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET,
H A Dgrpc.pxi206 const char *GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_compression_options.c265 key = rb_str_new2(GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET); in grpc_rb_compression_options_to_hash()
/aosp_15_r20/external/grpc-grpc/src/cpp/server/
H A Dserver_builder.cc253 args.SetInt(GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET, in BuildChannelArgs()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_builder.cc253 args.SetInt(GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET, in BuildChannelArgs()
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/
H A Dcompressed_payload.cc48 server_args_.Set(GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET, in DisableAlgorithmAtServer()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dchannel.cc147 channel_args.GetInt(GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET); in CreateWithBuilder()
/aosp_15_r20/external/grpc-grpc/doc/
H A Dcompression_cookbook.md68 `GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET` (from
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dgrpc-bindings.rs9 pub const GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET: &[u8; 43] = constant
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/
Dbindings.rs10 pub const GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET: &[u8; 43usize] = constant
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/patches/
Dandroid-dir.patch230 +pub const GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET: &[u8; 43] =
406 …rresponds to the channel\n argument key behind \\a GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BIT…