Searched refs:FormatEntry (Results 1 – 6 of 6) sorted by relevance
22 private final class FormatEntry { class in DeferredTranscript27 public FormatEntry(String fmt, Object[] args) { in FormatEntry() method in DeferredTranscript.FormatEntry51 private List<FormatEntry> formats;63 .map(FormatEntry::format) in clear()83 formats.add(new FormatEntry(fmt, args)); in add()
176 typedef Pair<FormatFlags, FormatKeys> FormatEntry; typedef177 typedef Range<FormatEntry> FormatEntries;
226 for (const FormatEntry *it = stdFmts.begin(); it != stdFmts.end(); it++) in addFormats()
66 static const FormatEntry s_es2Formats[] = {
94 static const FormatEntry s_es3Formats[] = {
1927 struct FormatEntry struct