Searched defs:InputInfo (Results 1 – 1 of 1) sorted by relevance
26 struct InputInfo { struct27 Unit U; // The actual input data.28 uint8_t Sha1[kSHA1NumBytes]; // Checksum.30 size_t NumFeatures = 0;31 size_t Tmp = 0; // Used by ValidateFeatureSet.33 size_t NumExecutedMutations = 0;34 size_t NumSuccessfullMutations = 0;35 bool MayDeleteFile = false;