Home
last modified time | relevance | path

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

/build/soong/android/
Dnamespace.go34 type sortedNamespaces struct { struct
40 func (s *sortedNamespaces) add(namespace *Namespace) { argument
49 func (s *sortedNamespaces) sortedItems() []*Namespace { argument
62 func (s *sortedNamespaces) index(namespace *Namespace) int { argument
81 sortedNamespaces sortedNamespaces member
135 r.sortedNamespaces.add(namespace)
207 for _, namespace := range r.sortedNamespaces.sortedItems() {
239 return r.sortedNamespaces.sortedItems()
288 id := r.sortedNamespaces.index(namespace)
307 for _, namespace := range r.sortedNamespaces.sortedItems() {