Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/
Dutil.rs18 .with_encode_padding(true)
25 .with_encode_padding(false)
/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/engine/general_purpose/
Dmod.rs276 pub const fn with_encode_padding(self, padding: bool) -> Self { in with_encode_padding() method
351 .with_encode_padding(false)
/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/
Dtests.rs81 .with_encode_padding(match mode { in random_config()
/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/read/
Ddecoder_tests.rs218 let engine = GeneralPurpose::new(alphabet, config.with_encode_padding(false)); in reports_invalid_last_symbol_correctly()
/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/engine/
Dtests.rs1352 .with_encode_padding(encode_pad) in standard_with_pad_mode()