Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.h107 bool m_recorded_first_timestamp; variable
DStructuredDataDarwinLog.cpp1186 if (!m_recorded_first_timestamp) { in GetDescription()
1190 m_recorded_first_timestamp = true; in GetDescription()
1322 : StructuredDataPlugin(process_wp), m_recorded_first_timestamp(false), in StructuredDataDarwinLog()