Home
last modified time | relevance | path

Searched defs:FuncExtent (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cover/
Dfunc.go110 type FuncExtent struct { struct
111 name string
112 startLine int
113 startCol int
114 endLine int
115 endCol int
149 func (f *FuncExtent) coverage(profile *cover.Profile) (num, den int64) {