Home
last modified time | relevance | path

Searched defs:encode_hex_upper (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.rs80 fn encode_hex_upper<T: iter::FromIterator<char>>(&self) -> T; in encode_hex_upper() method
142 fn encode_hex_upper<U: iter::FromIterator<char>>(&self) -> U { in encode_hex_upper() method
/aosp_15_r20/external/rust/android-crates-io/crates/hex/src/
Dlib.rs80 fn encode_hex_upper<T: iter::FromIterator<char>>(&self) -> T; in encode_hex_upper() method
142 fn encode_hex_upper<U: iter::FromIterator<char>>(&self) -> U { in encode_hex_upper() method