Home
last modified time | relevance | path

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

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/core/
H A Dlog.cpp299 LogEntry::LogEntry() : _metadata(0), _sectionDepth(0), _disabled(true) in LogEntry()
305 , _sectionDepth(sectionDepth) in LogEntry()
322 , _sectionDepth(other._sectionDepth) in LogEntry()
547 << dbyte(_sectionDepth) in operator >>()
574 from.readAs<dbyte>(_sectionDepth) in operator <<()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/core/
H A Dlog.h606 int sectionDepth() const { return _sectionDepth; } in sectionDepth()
633 int _sectionDepth; variable