Home
last modified time | relevance | path

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

/aosp12/system/logging/logd/
H A DLogStatistics.h191 EntryBase() : size_(0) {} in EntryBase() function
192 explicit EntryBase(const LogStatisticsElement& element) : size_(element.total_len) {} in EntryBase() function