Searched refs:lookupKey (Results 1 – 1 of 1) sorted by relevance
143 ParametricStorageUniquer::LookupKey lookupKey{hashValue, isEqual}; in getOrCreate() local145 return getOrCreateUnsafe(shard, lookupKey, ctorFn); in getOrCreate()148 auto localIt = localCache->insert_as({hashValue}, lookupKey); in getOrCreate()156 auto it = shard.instances.find_as(lookupKey); in getOrCreate()164 return localInst = getOrCreateUnsafe(shard, lookupKey, ctorFn); in getOrCreate()241 ParametricStorageUniquer::LookupKey lookupKey{hashValue, isEqual};242 return getOrCreateUnsafe(shard, lookupKey, ctorFn);