Searched refs:GetHexU8 (Results 1 – 5 of 5) sorted by relevance
126 StringExtractor::GetHexU8 (uint8_t fail_value, bool set_eof_on_fail) in GetHexU8() function in StringExtractor347 dst[bytes_extracted] = GetHexU8 (fail_fill_value); in GetHexBytes()401 result |= ((uint64_t)GetHexU8() << shift_amount); in GetHexWithFixedSize()410 result |= GetHexU8(); in GetHexWithFixedSize()423 while ((ch = GetHexU8()) != '\0') in GetHexByteString()434 …ek(); (nibble_count < nibble_length) && (pch != nullptr); str.append(1, GetHexU8(0, false)), pch =… in GetHexByteStringFixedLength()446 while ((ch = GetHexU8(0,false)) != '\0') in GetHexByteStringTerminatedBy()
361 return GetHexU8(255); in GetError()
115 GetHexU8 (uint8_t fail_value = 0, bool set_eof_on_fail = true);
2297 const uint8_t signo = stop_packet.GetHexU8(); in SetThreadStopInfo()2770 exit_status = response.GetHexU8(); in DoDestroy()3734 int exit_status = response.GetHexU8(); in AsyncThread()
1114 const uint8_t signo = response.GetHexU8 (UINT8_MAX); in SendContinuePacketAndWaitForResponse()1266 while ((ch = response.GetHexU8()) != '\0') in SendContinuePacketAndWaitForResponse()