Lines Matching defs:FuzzingOptions
206 struct FuzzingOptions { struct
207 int Verbosity = 1;
208 size_t MaxLen = 0;
209 int UnitTimeoutSec = 300;
210 int TimeoutExitCode = 77;
211 int ErrorExitCode = 77;
212 int MaxTotalTimeSec = 0;
213 int RssLimitMb = 0;
214 bool DoCrossOver = true;
215 int MutateDepth = 5;
216 bool UseCounters = false;
217 bool UseIndirCalls = true;
218 bool UseTraces = false;
242 MutationDispatcher(Random &Rand, const FuzzingOptions &Options); argument