Home
last modified time | relevance | path

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

/build/soong/android/
Dnamespace.go34 type sortedNamespaces struct { struct
35 lock sync.Mutex
36 items []*Namespace
37 sorted bool
40 func (s *sortedNamespaces) add(namespace *Namespace) {
49 func (s *sortedNamespaces) sortedItems() []*Namespace {
62 func (s *sortedNamespaces) index(namespace *Namespace) int {
81 sortedNamespaces sortedNamespaces member