Searched defs:Entry (Results 1 – 3 of 3) sorted by relevance
82 struct Entry { struct85 Entry* parent; argument86 Entry* child; argument88 Entry(TKey key_, TValue value_) : key(key_), value(value_), parent(NULL), child(NULL) { in Entry() function93 void attachToCache(Entry& entry); argument
26 typedef struct Entry Entry; typedef27 struct Entry { struct31 Entry* next; argument
1008 class Entry(Node): class