Searched defs:HashDebug (Results 1 – 1 of 1) sorted by relevance
28 type HashDebug struct { struct29 mu sync.Mutex // for logfile, posTmp, bytesTmp30 name string // base name of the flag/variable.33 logfile io.Writer34 posTmp []src.Pos35 bytesTmp bytes.Buffer36 matches []hashAndMask // A hash matches if one of these matches.37 excludes []hashAndMask // explicitly excluded hash suffixes38 bisect *bisect.Matcher39 fileSuffixOnly bool // for Pos hashes, remove the directory prefix.[all …]