Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/src/
H A Dlib.rs76 fn encode_hex<T: iter::FromIterator<char>>(&self) -> T; in encode_hex() method
138 fn encode_hex<U: iter::FromIterator<char>>(&self) -> U { in encode_hex() method
/aosp_15_r20/external/rust/android-crates-io/crates/hex/src/
Dlib.rs76 fn encode_hex<T: iter::FromIterator<char>>(&self) -> T; in encode_hex() method
138 fn encode_hex<U: iter::FromIterator<char>>(&self) -> U { in encode_hex() method
/aosp_15_r20/external/ltp/testcases/lib/
H A Dtst_hexdump.c26 int encode_hex(void) in encode_hex() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dadapter_service.rs81 fn encode_hex(bytes: &[u8]) -> String { in encode_hex() function