Home | History | Annotate | Download | only in wtf

Lines Matching defs:needsDestruction

51         // The needsDestruction flag is used to optimize destruction and rehashing.
52 static const bool needsDestruction = true;
74 static const bool needsDestruction = false;
113 static const bool needsDestruction = false;
125 static const bool needsDestruction = false;
133 static const bool needsDestruction = false;
224 static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestruction;
270 static const bool needsDestruction = KeyTraits::needsDestruction || ValueTraits::needsDestruction;