Home
last modified time | relevance | path

Searched refs:DecodeHexU8 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/unittests/Utility/
H A DStringExtractorTest.cpp38 ASSERT_EQ(-1, ex.DecodeHexU8()); in TEST_F()
49 ASSERT_EQ(-1, ex.DecodeHexU8()); in TEST_F()
60 ASSERT_EQ(-1, ex.DecodeHexU8()); in TEST_F()
71 ASSERT_EQ(-1, ex.DecodeHexU8()); in TEST_F()
82 ASSERT_EQ(0x12, ex.DecodeHexU8()); in TEST_F()
93 ASSERT_EQ(0x12, ex.DecodeHexU8()); in TEST_F()
/llvm-project/lldb/tools/debugserver/source/
H A DStdStringExtractor.cpp51 int StdStringExtractor::DecodeHexU8() { in DecodeHexU8() function in StdStringExtractor
75 int byte = DecodeHexU8(); in GetHexU8Ex()
274 int decode = DecodeHexU8(); in GetHexBytesAvail()
H A DStdStringExtractor.h60 int DecodeHexU8();
H A DJSON.cpp463 const int hi_byte = DecodeHexU8(); in GetEscapedChar()
464 const int lo_byte = DecodeHexU8(); in GetEscapedChar()
/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp58 int StringExtractor::DecodeHexU8() { in DecodeHexU8() function in StringExtractor
82 int byte = DecodeHexU8(); in GetHexU8Ex()
288 int decode = DecodeHexU8(); in GetHexBytesAvail()
/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractor.h67 int DecodeHexU8();