Home
last modified time | relevance | path

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/
Dcss.rs13 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> { in from_hex() function
/external/rust/android-crates-io/crates/nom/tests/
Dcss.rs13 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/
Dcss.rs13 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/
Dlib.rs172 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/
Dlib.rs172 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/
Dlib.rs172 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/
Dtransport.c56 static u8 from_hex(unsigned char c) in from_hex() function
/external/rust/android-crates-io/crates/x509-cert/src/
Dattr.rs148 fn from_hex(oid: ObjectIdentifier, val: &str) -> Result<Self, Error> { in from_hex() method
/external/rust/android-crates-io/crates/ring/src/
Dtest.rs368 pub fn from_hex(hex_str: &str) -> Result<Vec<u8>, String> { in from_hex() function