Lines Matching defs:byte
20 ContainsCrash(output []byte) bool
24 Parse(output []byte) *Report
114 func IsSuppressed(reporter Reporter, output []byte) bool {
192 extractGuiltyFile([]byte) string
248 func containsCrash(output []byte, oopses []*oops, ignores []*regexp.Regexp) bool {
268 func matchOops(line []byte, oops *oops, ignores []*regexp.Regexp) int {
282 func extractDescription(output []byte, oops *oops, params *stackParams) (
362 func extractStackFrame(params *stackParams, stack *stackFmt, output []byte) (string, string) {
376 func extractStackFrameImpl(params *stackParams, output []byte, skipRe *regexp.Regexp,
429 func simpleLineParser(output []byte, oopses []*oops, params *stackParams, ignores []*regexp.Regexp)…
466 func matchesAny(line []byte, res []*regexp.Regexp) bool {
476 func replace(where []byte, start, end int, what []byte) []byte {