Searched defs:Entry (Results 1 – 7 of 7) sorted by relevance
161 struct Entry { struct162 Entry() in Entry() argument189 std::vector<Entry> mEntries; // circular buffer of error entries. argument
58 private static class Entry { class in CountryZoneUsage62 Entry(String zoneId, Instant notUsedAfter) { in Entry() method in CountryZoneUsage.Entry
27 typedef struct Entry Entry; typedef28 struct Entry { struct32 Entry* next; argument
100 Entry(Entry&& entry) { *this = std::move(entry); } in Entry() function
211 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(NULL), child(NULL) { in Entry() function
1093 class Entry(Node): class