Lines Matching refs:entry
44 typedef EntryType Entry;
54 const EntryType &entry) {
57 register_table_.insert(make_pair(key, entry));
61 const EntryType *entry = LookupEntry(key);
62 if (entry) {
63 return *entry;
86 const EntryType *entry = this->LookupEntry(key);
87 if (entry == 0) {
92 return *entry;
142 // and Entry, and have appropriate static GetRegister() and instance
149 typedef typename RegisterType::Entry Entry;
151 GenericRegisterer(Key key, Entry entry) {
153 reg->SetEntry(key, entry);