Home
last modified time | relevance | path

Searched refs:lineGroup (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/util/
Dconvert_comments.go73 type lineGroup struct { struct
81 func addLine(groups *[]lineGroup, line string, column int) { argument
83 *groups = append(*groups, lineGroup{column, nil})
104 var groups []lineGroup