Searched defs:Entry (Results 1 – 9 of 9) sorted by relevance
163 struct Entry { struct164 Entry() in Entry() argument191 std::vector<Entry> mEntries; // circular buffer of error entries. argument
40 struct Entry { struct48 static std::vector<Entry> canned_data; argument
26 typedef struct Entry Entry; typedef27 struct Entry { struct31 Entry* next; 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
200 struct Entry { struct205 impl AsCborValue for Entry { implementation223 impl CborSerializable for Entry {} implementation
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
1118 class Entry(Node): class