• Home
  • Raw
  • Download

Lines Matching refs:pKey

58   const EntryType* lookUp(const KeyType& pKey) const;
59 EntryType* lookUp(const KeyType& pKey);
62 const EntryType* lookUpFirstEntry(const KeyType& pKey) const;
63 EntryType* lookUpFirstEntry(const KeyType& pKey);
66 const EntryType* lookUpSecondEntry(const KeyType& pKey) const;
67 EntryType* lookUpSecondEntry(const KeyType& pKey);
69 void record(const KeyType& pKey, EntryType& pEntry);
70 void record(const KeyType& pKey,
93 KeyEntryMap<KeyType, EntryType>::lookUp(const KeyType& pKey) const in lookUp() argument
97 if (mapping->key == &pKey) { in lookUp()
107 KeyEntryMap<KeyType, EntryType>::lookUp(const KeyType& pKey) in lookUp() argument
111 if (mapping->key == &pKey) { in lookUp()
121 KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry(const KeyType& pKey) const in lookUpFirstEntry() argument
125 if (mapping->key == &pKey) { in lookUpFirstEntry()
135 KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry(const KeyType& pKey) in lookUpFirstEntry() argument
139 if (mapping->key == &pKey) { in lookUpFirstEntry()
149 KeyEntryMap<KeyType, EntryType>::lookUpSecondEntry(const KeyType& pKey) const in lookUpSecondEntry() argument
153 if (mapping->key == &pKey) { in lookUpSecondEntry()
163 KeyEntryMap<KeyType, EntryType>::lookUpSecondEntry(const KeyType& pKey) in lookUpSecondEntry() argument
167 if (mapping->key == &pKey) { in lookUpSecondEntry()
177 KeyEntryMap<KeyType, EntryType>::record(const KeyType& pKey, EntryType& pEntry) in record() argument
180 mapping.key = &pKey; in record()
187 KeyEntryMap<KeyType, EntryType>::record(const KeyType& pKey, in record() argument
192 mapping.key = &pKey; in record()