reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
431 SmallPtrSet() : BaseT(SmallStorage, SmallSizePowTwo) {} 432 SmallPtrSet(const SmallPtrSet &that) : BaseT(SmallStorage, that) {} 434 : BaseT(SmallStorage, SmallSizePowTwo, std::move(that)) {} 437 SmallPtrSet(It I, It E) : BaseT(SmallStorage, SmallSizePowTwo) { 442 : BaseT(SmallStorage, SmallSizePowTwo) {