Searched defs:sortedNamespaces (Results 1 – 1 of 1) sorted by relevance
40 type sortedNamespaces struct { struct41 lock sync.Mutex42 items []*Namespace43 sorted bool46 func (s *sortedNamespaces) add(namespace *Namespace) {55 func (s *sortedNamespaces) sortedItems() []*Namespace {68 func (s *sortedNamespaces) index(namespace *Namespace) int {87 sortedNamespaces sortedNamespaces member