Home
last modified time | relevance | path

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

/build/soong/android/
Dnamespace.go40 type sortedNamespaces struct { struct
41 lock sync.Mutex
42 items []*Namespace
43 sorted bool
46 func (s *sortedNamespaces) add(namespace *Namespace) {
55 func (s *sortedNamespaces) sortedItems() []*Namespace {
68 func (s *sortedNamespaces) index(namespace *Namespace) int {
87 sortedNamespaces sortedNamespaces member