Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dsort.go100 l := make(elemList, len(values))
169 type elemList []elem type
171 func (l elemList) Len() int {
175 func (l elemList) Swap(i, j int) {
179 func (l elemList) Less(i, j int) bool {