Lines Matching defs:Bug
67 type Bug struct { struct
68 Namespace string
69 Seq int64 // sequences of the bug with the same title
70 Title string
71 Status int
72 DupOf string
73 NumCrashes int64
74 NumRepro int64
75 ReproLevel dashapi.ReproLevel
76 HasReport bool
77 FirstTime time.Time
78 LastTime time.Time
79 LastSavedCrash time.Time
80 LastReproTime time.Time
81 Closed time.Time
82 Reporting []BugReporting
83 Commits []string
84 HappenedOn []string `datastore:",noindex"` // list of managers
85 PatchedOn []string `datastore:",noindex"` // list of managers
304 func (bug *Bug) displayTitle() string {
330 func canonicalBug(c context.Context, bug *Bug) (*Bug, error) {