Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DJSON.cpp465 const int lo_byte = DecodeHexU8(); in GetEscapedChar() local
466 if (hi_byte >= 0 && lo_byte >= 0) in GetEscapedChar()
467 return hi_byte << 8 | lo_byte; in GetEscapedChar()