Home
last modified time | relevance | path

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

/external/rust/crates/base64/src/
Dchunked_encoder.rs230 fn encode_to_string(&self, config: Config, bytes: &[u8]) -> String; in encode_to_string() method
236 fn encode_to_string(&self, config: Config, bytes: &[u8]) -> String { in encode_to_string() method
Ddisplay.rs84 fn encode_to_string(&self, config: Config, bytes: &[u8]) -> String { in encode_to_string() method