Searched refs:namespacesByDir (Results 1 – 1 of 1) sorted by relevance
90 namespacesByDir sync.Map // if generics were supported, this would be sync.Map[string]*Namespace member98 namespacesByDir: sync.Map{},143 r.namespacesByDir.Store(namespace.Path, namespace)149 mapVal, found := r.namespacesByDir.Load(path)167 r.namespacesByDir.Store(path, namespace)