Searched defs:ParseHex (Results 1 – 4 of 4) sorted by relevance
101 B::Bits: ParseHex, in from_str()157 B::Bits: ParseHex, in from_str_truncate()235 pub trait ParseHex { trait
355 impl ParseHex for $u { impl361 impl ParseHex for $i { impl
63 uptr ParseHex(const char **p) { in ParseHex() function
188 Result ShaderCompiler::ParseHex(const std::string& data, in ParseHex() function in amber::ShaderCompiler