Searched defs:from_hex (Results 1 – 9 of 9) sorted by relevance
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/tests/ |
D | css.rs | 13 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> { in from_hex() function
|
/external/rust/android-crates-io/crates/nom/tests/ |
D | css.rs | 13 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> { in from_hex() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/tests/ |
D | css.rs | 13 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> { in from_hex() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/src/ |
D | lib.rs | 172 fn from_hex<T: AsRef<[u8]>>(hex: T) -> Result<Self, Self::Error>; in from_hex() method 191 fn from_hex<T: AsRef<[u8]>>(hex: T) -> Result<Self, Self::Error> { in from_hex() method
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/src/ |
D | lib.rs | 172 fn from_hex<T: AsRef<[u8]>>(hex: T) -> Result<Self, Self::Error>; in from_hex() method 191 fn from_hex<T: AsRef<[u8]>>(hex: T) -> Result<Self, Self::Error> { in from_hex() method
|
/external/rust/android-crates-io/crates/hex/src/ |
D | lib.rs | 172 fn from_hex<T: AsRef<[u8]>>(hex: T) -> Result<Self, Self::Error>; in from_hex() method 191 fn from_hex<T: AsRef<[u8]>>(hex: T) -> Result<Self, Self::Error> { in from_hex() method
|
/external/coreboot/payloads/libpayload/gdb/ |
D | transport.c | 56 static u8 from_hex(unsigned char c) in from_hex() function
|
/external/rust/android-crates-io/crates/x509-cert/src/ |
D | attr.rs | 148 fn from_hex(oid: ObjectIdentifier, val: &str) -> Result<Self, Error> { in from_hex() method
|
/external/rust/android-crates-io/crates/ring/src/ |
D | test.rs | 368 pub fn from_hex(hex_str: &str) -> Result<Vec<u8>, String> { in from_hex() function
|