Searched defs:EntryBase (Results 1 – 1 of 1) sorted by relevance
209 struct EntryBase { struct212 EntryBase() : size(0) { in EntryBase() argument214 explicit EntryBase(const LogBufferElement* element) in EntryBase() argument234 std::max(pruned.length() + 1, EntryBaseConstants::pruned_len); in formatLine() argument251 struct EntryBaseDropped : public EntryBase { argument