Home
last modified time | relevance | path

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

/external/rust/crates/base64/src/engine/general_purpose/
Ddecode.rs25 pub struct GeneralPurposeEstimate { struct
31 impl GeneralPurposeEstimate { impl
47 impl DecodeEstimate for GeneralPurposeEstimate { implementation
61 estimate: GeneralPurposeEstimate, in decode_helper()