Searched refs:FormatEntry (Results 1 – 4 of 4) sorted by relevance
134 return std::make_unique<FormatEntry>(FormatEntry(ptr)); in buildEntry()144 EntryIterator FormatEntry::begin() const in begin()149 const char *FormatEntry::formatString() const in formatString()154 size_t FormatEntry::formatStringLength() const in formatStringLength()159 EntryIterator FormatEntry::args() const in args()172 int64_t FormatEntry::timestamp() const in timestamp()179 log_hash_t FormatEntry::hash() const in hash()190 int FormatEntry::author() const in author()200 EntryIterator FormatEntry::copyWithAuthor( in copyWithAuthor()
237 it = handleFormat(FormatEntry(it), ×tamp, &body); in dump()284 EntryIterator DumpReader::handleFormat(const FormatEntry &fmtEntry, in handleFormat()
181 class FormatEntry : public AbstractEntry {184 explicit FormatEntry(const uint8_t *ptr) : AbstractEntry(ptr) {} in FormatEntry() function185 ~FormatEntry() override = default;
120 EntryIterator handleFormat(const FormatEntry &fmtEntry, String8 *timestamp, String8 *body);