Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dsort.go28 func numericStringLess(a, b string) bool { func
209 return numericStringLess(l[i].s, l[j].s)
251 if prev != "" && numericStringLess(s.Value, prev) {
Dsort_test.go48 if got := numericStringLess(a, b); got != want {