Searched refs:sortedKeys (Results 1 – 3 of 3) sorted by relevance
55 func sortedKeys(m map[string][]string) []string { func
1568 sortedKeys := func(m map[string]Paths) []string {1578 dirs := sortedKeys(modulesInDir)1591 dirs = sortedKeys(modulesInDir)1648 osClasses := sortedKeys(osClass)
334 func sortedMapKeys(inputMap map[string]string) (sortedKeys []string) {