Searched defs:NameResolver (Results 1 – 2 of 2) sorted by relevance
74 type NameResolver struct { struct75 rootNamespace *Namespace78 nextNamespaceId int3281 sortedNamespaces sortedNamespaces84 namespacesByDir sync.Map // if generics were supported, this would be sync.Map[string]*Namespace87 namespaceExportFilter func(*Namespace) bool102 func (r *NameResolver) newNamespace(path string) *Namespace {110 func (r *NameResolver) addNewNamespaceForModule(module *NamespaceModule, path string) error {124 func (r *NameResolver) addNamespace(namespace *Namespace) (err error) {142 func (r *NameResolver) namespaceAt(path string) (namespace *Namespace, found bool) {[all …]
55 NameResolver *NameResolver member