Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.h209 struct EntryBase { struct
212 EntryBase() : size(0) { in EntryBase() argument
214 explicit EntryBase(const LogBufferElement* element) in EntryBase() argument
234 std::max(pruned.length() + 1, EntryBaseConstants::pruned_len); in formatLine() argument
251 struct EntryBaseDropped : public EntryBase { argument