Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dnamespace.go38 type sortedNamespaces struct { struct
44 func (s *sortedNamespaces) add(namespace *Namespace) { argument
53 func (s *sortedNamespaces) sortedItems() []*Namespace { argument
66 func (s *sortedNamespaces) index(namespace *Namespace) int { argument
85 sortedNamespaces sortedNamespaces member
159 r.sortedNamespaces.add(namespace)
235 for _, namespace := range r.sortedNamespaces.sortedItems() {
272 return r.sortedNamespaces.sortedItems()
321 id := r.sortedNamespaces.index(namespace)
341 for _, namespace := range r.sortedNamespaces.sortedItems() {