Searched refs:hashList (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/compliance/ |
D | noticeindex.go | 208 sort.Sort(hashList{ni, libName, "", &hl}) 272 sort.Sort(hashList{ni, "", installPath, &result}) 655 type hashList struct { struct 663 func (l hashList) Len() int { return len(*l.hashes) } argument 667 func (l hashList) Swap(i, j int) { (*l.hashes)[i], (*l.hashes)[j] = (*l.hashes)[j], (*l.hashes)[i] } argument 671 func (l hashList) Less(i, j int) bool { argument
|