Lines Matching refs:pKey
56 const EntryType* lookUp(const KeyType& pKey) const;
57 EntryType* lookUp(const KeyType& pKey);
60 const EntryType* lookUpFirstEntry(const KeyType& pKey) const;
61 EntryType* lookUpFirstEntry(const KeyType& pKey);
64 const EntryType* lookUpSecondEntry(const KeyType& pKey) const;
65 EntryType* lookUpSecondEntry(const KeyType& pKey);
67 void record(const KeyType& pKey, EntryType& pEntry);
68 void record(const KeyType& pKey, EntryType& pEntry1, EntryType& pEntry2);
89 const KeyType& pKey) const { in lookUp() argument
92 if (mapping->key == &pKey) { in lookUp()
101 EntryType* KeyEntryMap<KeyType, EntryType>::lookUp(const KeyType& pKey) { in lookUp() argument
104 if (mapping->key == &pKey) { in lookUp()
114 const KeyType& pKey) const { in lookUpFirstEntry() argument
117 if (mapping->key == &pKey) { in lookUpFirstEntry()
127 const KeyType& pKey) { in lookUpFirstEntry() argument
130 if (mapping->key == &pKey) { in lookUpFirstEntry()
140 const KeyType& pKey) const { in lookUpSecondEntry() argument
143 if (mapping->key == &pKey) { in lookUpSecondEntry()
153 const KeyType& pKey) { in lookUpSecondEntry() argument
156 if (mapping->key == &pKey) { in lookUpSecondEntry()
165 void KeyEntryMap<KeyType, EntryType>::record(const KeyType& pKey, in record() argument
168 mapping.key = &pKey; in record()
174 void KeyEntryMap<KeyType, EntryType>::record(const KeyType& pKey, in record() argument
178 mapping.key = &pKey; in record()