Searched defs:HexCharToInt (Results 1 – 2 of 2) sorted by relevance
225 int PDUParser::HexCharToInt(char c) { in HexCharToInt() function in cuttlefish::PDUParser
184 std::optional<uint8_t> HexCharToInt(char c) { in HexCharToInt() function