Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/testing/
Dcover.go22 type CoverBlock struct { struct
23 Line0 uint32 // Line number for block start.
24 Col0 uint16 // Column number for block start.
25 Line1 uint32 // Line number for block end.
26 Col1 uint16 // Column number for block end.
27 Stmts uint16 // Number of statements included in this block.