Home
last modified time | relevance | path

Searched defs:IsGood (Results 1 – 2 of 2) sorted by relevance

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