Searched defs:Entry (Results 1 – 10 of 10) sorted by relevance
161 struct Entry { struct162 Entry() in Entry() argument189 std::vector<Entry> mEntries; // circular buffer of error entries. 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
58 private static class Entry { class in CountryZoneUsage62 Entry(String zoneId, Instant notUsedAfter) { in Entry() method in CountryZoneUsage.Entry
26 typedef struct Entry Entry; typedef27 struct Entry { struct31 Entry* next; argument
927 typedef struct Entry { struct929 struct Entry* hlink; /* next in collision chain */ argument930 struct Entry* mru_prev; argument931 struct Entry* mru_next; argument939 } Entry; argument
107 Entry(Entry&& entry) noexcept { *this = std::move(entry); } in Entry() function
220 AuthTokenTable::Entry::Entry(HardwareAuthToken&& token, time_t current_time) in Entry() function in keystore::AuthTokenTable::Entry
74 … Entry(TKey _key, TValue _value) : key(_key), value(_value), parent(nullptr), child(nullptr) { in Entry() function
1093 class Entry(Node): class