Home
last modified time | relevance | path

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

/build/soong/android/
Dnamespace.go38 type sortedNamespaces struct { struct
39 lock sync.Mutex
40 items []*Namespace
41 sorted bool
44 func (s *sortedNamespaces) add(namespace *Namespace) {
53 func (s *sortedNamespaces) sortedItems() []*Namespace {
66 func (s *sortedNamespaces) index(namespace *Namespace) int {
85 sortedNamespaces sortedNamespaces member