Searched refs:encode_hex_upper (Results 1 – 6 of 6) sorted by relevance
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/src/ |
D | lib.rs | 80 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 276 data.encode_hex_upper() in encode_upper() 521 [0x66, 0x6f, 0x6f, 0x62, 0x61, 0x72].encode_hex_upper::<String>(), in test_to_hex()
|
D | serde.rs | 43 let s = data.encode_hex_upper::<String>(); in serialize_upper()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/src/ |
D | lib.rs | 80 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 276 data.encode_hex_upper() in encode_upper() 521 [0x66, 0x6f, 0x6f, 0x62, 0x61, 0x72].encode_hex_upper::<String>(), in test_to_hex()
|
D | serde.rs | 43 let s = data.encode_hex_upper::<String>(); in serialize_upper()
|
/external/rust/android-crates-io/crates/hex/src/ |
D | lib.rs | 80 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 276 data.encode_hex_upper() in encode_upper() 521 [0x66, 0x6f, 0x6f, 0x62, 0x61, 0x72].encode_hex_upper::<String>(), in test_to_hex()
|
D | serde.rs | 43 let s = data.encode_hex_upper::<String>(); in serialize_upper()
|