Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h107 bool m_recorded_first_timestamp; variable
H A DStructuredDataDarwinLog.cpp1186 if (!m_recorded_first_timestamp) { in GetDescription()
1190 m_recorded_first_timestamp = true; in GetDescription()
1317 : StructuredDataPlugin(process_wp), m_recorded_first_timestamp(false),