Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/symbolizer/
Dsymbolize_database.cc59 std::string FromHex(const char* str, size_t size) { in FromHex() function
81 std::string FromHex(const std::string& str) { in FromHex() function
/external/rust/crates/hex/src/
Dlib.rs164 pub trait FromHex: Sized { trait
208 impl FromHex for [u8; $len] { impl
Dserde.rs70 T: FromHex, in deserialize()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DBnConvert.c122 #define FromHex(a) ((a) - (((a) > 'a') ? ('a' + 10) \ in BnFromHex() macro