Searched refs:fmtEntry (Results 1 – 2 of 2) sorted by relevance
871 NBLog::FormatEntry::iterator NBLog::Reader::handleFormat(const FormatEntry &fmtEntry, in handleFormat() argument875 struct timespec ts = fmtEntry.timestamp(); in handleFormat()881 handleAuthor(fmtEntry, body); in handleFormat()884 NBLog::FormatEntry::iterator arg = fmtEntry.args(); in handleFormat()886 const char* fmt = fmtEntry.formatString(); in handleFormat()887 size_t fmt_length = fmtEntry.formatStringLength(); in handleFormat()1033 size_t NBLog::MergeReader::handleAuthor(const NBLog::FormatEntry &fmtEntry, String8 *body) { in handleAuthor() argument1034 int author = fmtEntry.author(); in handleAuthor()
379 FormatEntry::iterator handleFormat(const FormatEntry &fmtEntry,383 virtual size_t handleAuthor(const FormatEntry &fmtEntry, String8 *body) { return 0; } in handleAuthor() argument440 size_t handleAuthor(const FormatEntry &fmtEntry, String8 *body);