Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DStdStringExtractor.h28 bool IsGood() const { return m_index != UINT64_MAX; } in IsGood() function
H A DStdStringExtractor.cpp254 if (IsGood()) in GetHexBytes()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStringExtractor.h35 bool IsGood() const { return m_index != UINT64_MAX; } in IsGood() function
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStringExtractor.cpp269 if (!IsGood()) in GetHexBytes()