Searched refs:builtinPool (Results 1 – 2 of 2) sorted by relevance
582 type builtinPool struct { struct586 func (p *builtinPool) packageContext() *packageContext { argument590 func (p *builtinPool) name() string { argument594 func (p *builtinPool) fullName(pkgNames map[*packageContext]string) string { argument598 func (p *builtinPool) def(config interface{}) (*poolDef, error) { argument604 return &builtinPool{609 func (p *builtinPool) String() string { argument
173 _, isBuiltin := pool.(*builtinPool)