Searched defs:NameResolver (Results 1 – 2 of 2) sorted by relevance
80 type NameResolver struct { struct81 rootNamespace *Namespace84 nextNamespaceId int3287 sortedNamespaces sortedNamespaces90 namespacesByDir sync.Map // if generics were supported, this would be sync.Map[string]*Namespace93 namespaceExportFilter func(*Namespace) bool108 func (r *NameResolver) newNamespace(path string) *Namespace {116 func (r *NameResolver) addNewNamespaceForModule(module *NamespaceModule, path string) error {130 func (r *NameResolver) addNamespace(namespace *Namespace) (err error) {148 func (r *NameResolver) namespaceAt(path string) (namespace *Namespace, found bool) {[all …]
54 NameResolver *NameResolver member