Searched refs:needsRef (Results 1 – 3 of 3) sorted by relevance
396 static const bool needsRef = false; member
11620 Added a new bool to HashTraits, needsRef, which indicates whether the type needs11621 explicit reference counting. If the type itself has needsRef true, but the storage11622 type has needsRef false, then the HashSet or HashMap has to handle the reference
17038 * wtf/HashTraits.h: Removed StorageTraits, needsRef, PairBaseHashTraits,17184 HashKeyStorageTraits. We'll remove that, and the needsRef data member, later.