Searched defs:Entry (Results 1 – 8 of 8) sorted by relevance
161 struct Entry { struct162 Entry() in Entry() argument189 std::vector<Entry> mEntries; // circular buffer of error entries. argument
139 struct Entry { struct145 constexpr bool operator==(const Entry& other) const { argument
67 struct Entry { struct89 std::map<const std::vector<int>, Entry> entries_; argument
111 Keychords::Entry::Entry() : notified(false) {} in Entry() function in android::init::Keychords::Entry
26 typedef struct Entry Entry; typedef27 struct Entry { struct31 Entry* next; argument
68 private static class Entry { class in CountryZoneUsage73 Entry(String zoneId, Instant notUsedAfter, String notUsedReplacementId) { in Entry() method in CountryZoneUsage.Entry
74 … Entry(TKey _key, TValue _value) : key(_key), value(_value), parent(nullptr), child(nullptr) { in Entry() function
1103 class Entry(Node): class