Searched defs:FormatEntry (Results 1 – 4 of 4) sorted by relevance
22 private final class FormatEntry { class in DeferredTranscript27 public FormatEntry(String fmt, Object[] args) { in FormatEntry() method in DeferredTranscript.FormatEntry
148 static size_t FormatEntry(const Entry& entry, char* buffer, size_t buffer_len) { in FormatEntry() function
184 explicit FormatEntry(const uint8_t *ptr) : AbstractEntry(ptr) {} in FormatEntry() function
176 typedef Pair<FormatFlags, FormatKeys> FormatEntry; typedef