Searched refs:GeneratorUntypedBase (Results 1 – 1 of 1) sorted by relevance
3799 class GeneratorUntypedBase { class3801 GeneratorUntypedBase() = default;3802 virtual ~GeneratorUntypedBase();3809 using GeneratorBasePtr = std::unique_ptr<GeneratorUntypedBase>;3895 struct IGenerator : GeneratorUntypedBase {10807 GeneratorUntypedBase::~GeneratorUntypedBase() {} in ~GeneratorUntypedBase()