Searched refs:EKey (Results 1 – 3 of 3) sorted by relevance
227 data_type find(const external_key_type &EKey) { in find() argument236 internal_key_type Key = Info::GetInternalKey(EKey); in find()
344 iterator find(const external_key_type &EKey, Info *InfoPtr = nullptr) {345 const internal_key_type &IKey = InfoObj.GetInternalKey(EKey);
7451 auto EKey = DenseMapInfo<SwitchSuccWrapper *>::getEmptyKey(); in isEqual() local7453 if (LHS == EKey || RHS == EKey || LHS == TKey || RHS == TKey) in isEqual()