Home
last modified time | relevance | path

Searched refs:encode_to_iter (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/src/
H A Dlib.rs133 fn encode_to_iter<T: iter::FromIterator<char>>(table: &'static [u8; 16], source: &[u8]) -> T { in encode_to_iter() function
139 encode_to_iter(HEX_CHARS_LOWER, self.as_ref()) in encode_hex()
143 encode_to_iter(HEX_CHARS_UPPER, self.as_ref()) in encode_hex_upper()
/aosp_15_r20/external/rust/android-crates-io/crates/hex/src/
Dlib.rs133 fn encode_to_iter<T: iter::FromIterator<char>>(table: &'static [u8; 16], source: &[u8]) -> T { in encode_to_iter() function
139 encode_to_iter(HEX_CHARS_LOWER, self.as_ref()) in encode_hex()
143 encode_to_iter(HEX_CHARS_UPPER, self.as_ref()) in encode_hex_upper()