| 159 | }; |
| 160 | |
| 161 | class FuzzNoInputFactory { |
| 162 | public: |
| 163 | FuzzNoInputFactory() = default; |
| 164 | std::shared_ptr<FuzzNoInput> |
| 165 | generate(std::shared_ptr<const Definition> Def) const; |
| 166 | std::shared_ptr<FuzzNoInput> generate(std::shared_ptr<const Definition> Def, |
| 167 | unsigned AffectedDefID) const; |
| 168 | std::shared_ptr<FuzzNoInput> |
| 169 | generateMeshArrayRelation(std::shared_ptr<const Definition> Def) const; |
| 170 | }; |
| 171 | |
| 172 | class FuzzInputFactory { |
| 173 |
no outgoing calls
no test coverage detected