Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tonic/src/codec/
Dcompression.rs44 match (self.is_gzip_enabled(), self.is_zstd_enabled()) { in into_accept_encoding_header_value()
63 const fn is_zstd_enabled(&self) -> bool { in is_zstd_enabled() method
68 const fn is_zstd_enabled(&self) -> bool { in is_zstd_enabled() method
93 if !enabled_encodings.is_gzip_enabled() && !enabled_encodings.is_zstd_enabled() { in from_accept_encoding_header()