Home
last modified time | relevance | path

Searched defs:GeneralPurposeEstimate (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/base64/src/engine/general_purpose/
Ddecode.rs7 pub struct GeneralPurposeEstimate { struct
13 impl GeneralPurposeEstimate { implementation
23 impl DecodeEstimate for GeneralPurposeEstimate { implementation
37 estimate: GeneralPurposeEstimate, in decode_helper()