Home
last modified time | relevance | path

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

/external/boringssl/src/util/
Dconvert_comments.go73 type lineGroup struct { struct
77 column int
78 lines []string
81 func addLine(groups *[]lineGroup, line string, column int) {