Searched refs:with_decode_allow_trailing_bits (Results 1 – 3 of 3) sorted by relevance
87 .with_decode_allow_trailing_bits(rng.gen()) in random_config()
290 pub const fn with_decode_allow_trailing_bits(self, allow: bool) -> Self { in with_decode_allow_trailing_bits() method
1360 general_purpose::GeneralPurposeConfig::new().with_decode_allow_trailing_bits(true), in standard_allow_trailing_bits()