Searched refs:GetHexU8 (Results 1 – 6 of 6) sorted by relevance
74 uint8_t StringExtractor::GetHexU8(uint8_t fail_value, bool set_eof_on_fail) { in GetHexU8() function in StringExtractor268 dest[0] = GetHexU8(fail_fill_value); in GetHexBytes()302 while ((ch = GetHexU8()) != '\0') in GetHexByteString()314 str.append(1, GetHexU8(0, false)), pch = Peek(), nibble_count += 2) { in GetHexByteStringFixedLength()324 while ((ch = GetHexU8(0, false)) != '\0') in GetHexByteStringTerminatedBy()
493 return GetHexU8(255); in GetError()502 uint8_t errc = GetHexU8(255); in GetStatus()
69 uint8_t GetHexU8(uint8_t fail_value = 0, bool set_eof_on_fail = true);
283 const uint8_t signo = response.GetHexU8(UINT8_MAX); in ShouldStop()
3193 while ((ch = response.GetHexU8(0, false)) != '\0') in AutoCompleteDiskFileOrDirectory()4348 return response.GetHexU8(); in KillProcess()
2140 const uint8_t signo = stop_packet.GetHexU8(); in SetThreadStopInfo()3661 int exit_status = response.GetHexU8(); in AsyncThread()