Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dsort.go32 sort.Sort(commentsByOffset(file.Comments))
183 type commentsByOffset []*CommentGroup type
185 func (l commentsByOffset) Len() int {
189 func (l commentsByOffset) Less(i, j int) bool {
193 func (l commentsByOffset) Swap(i, j int) {