Lines Matching refs:Bug
43 var bugs []*Bug
71 func handleReportBug(c context.Context, typ string, state *ReportingState, bug *Bug) (*dashapi.BugR… argument
84 func needReport(c context.Context, typ string, state *ReportingState, bug *Bug) ( argument
157 func currentReporting(c context.Context, bug *Bug) (*Reporting, *BugReporting, int, string, error) { argument
193 func createBugReport(c context.Context, bug *Bug, crash *Crash, crashKey *datastore.Key, argument
299 var bugs []*Bug
306 bugMap := make(map[string]*Bug)
428 bug := new(Bug)
495 bug *Bug, bugReporting *BugReporting, final bool, dupHash string, argument
548 func checkBugStatus(c context.Context, cmd *dashapi.BugUpdate, bug *Bug, bugReporting *BugReporting… argument
587 func findBugByReportingID(c context.Context, id string) (*Bug, *datastore.Key, error) {
588 var bugs []*Bug
605 func findDupByTitle(c context.Context, ns, title string) (*Bug, *datastore.Key, error) {
612 bug := new(Bug)
619 func bugReportingByID(bug *Bug, id string) (*BugReporting, bool) { argument
628 func bugReportingByName(bug *Bug, name string) *BugReporting { argument
653 func findCrashForBug(c context.Context, bug *Bug) (*Crash, *datastore.Key, error) { argument
723 type bugReportSorter []*Bug