Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp417 const size_t index = m_next_index; in Emit()
418 m_next_index = NormalizeIndex(index + 1); in Emit()
429 return m_total_count < m_size ? 0 : m_next_index; in GetFirstMessageIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h110 size_t m_next_index = 0; variable