Searched defs:Entry (Results 1 – 6 of 6) sorted by relevance
32 struct Entry { struct33 Entry() { in Entry() function47 UniquePtr<Entry[]> table_; argument
59 struct Entry { struct62 Entry* parent; argument63 Entry* child; argument65 Entry(TKey key_, TValue value_) : key(key_), value(value_), parent(NULL), child(NULL) { in Entry() function70 struct HashForEntry : public std::unary_function<Entry*, hash_t> { argument
26 typedef struct Entry Entry; typedef27 struct Entry { struct31 Entry* next; argument
108 Entry(Entry&& entry) { *this = std::move(entry); } in Entry() function
179 AuthTokenTable::Entry::Entry(const hw_auth_token_t* token, time_t current_time) in Entry() function in keymaster::AuthTokenTable::Entry
1037 class Entry(Node): class