Searched defs:NameResolver (Results 1 – 2 of 2) sorted by relevance
78 type NameResolver struct { struct79 rootNamespace *Namespace82 nextNamespaceId int3285 sortedNamespaces sortedNamespaces88 namespacesByDir sync.Map // if generics were supported, this would be sync.Map[string]*Namespace91 namespaceExportFilter func(*Namespace) bool106 func (r *NameResolver) newNamespace(path string) *Namespace {114 func (r *NameResolver) addNewNamespaceForModule(module *NamespaceModule, path string) error {128 func (r *NameResolver) addNamespace(namespace *Namespace) (err error) {146 func (r *NameResolver) namespaceAt(path string) (namespace *Namespace, found bool) {[all …]
183 NameResolver *NameResolver member