Home
last modified time | relevance | path

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

/external/rust/crates/base64/src/
Dtests.rs87 .with_decode_allow_trailing_bits(rng.gen()) in random_config()
/external/rust/crates/base64/src/engine/general_purpose/
Dmod.rs287 pub const fn with_decode_allow_trailing_bits(self, allow: bool) -> Self { in with_decode_allow_trailing_bits() method
/external/rust/crates/base64/src/engine/
Dtests.rs1318 general_purpose::GeneralPurposeConfig::new().with_decode_allow_trailing_bits(true), in standard_allow_trailing_bits()