Home
last modified time | relevance | path

Searched refs:builtinPool (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/
Dpackage_ctx.go582 type builtinPool struct { struct
586 func (p *builtinPool) packageContext() *packageContext { argument
590 func (p *builtinPool) name() string { argument
594 func (p *builtinPool) fullName(pkgNames map[*packageContext]string) string { argument
598 func (p *builtinPool) def(config interface{}) (*poolDef, error) { argument
604 return &builtinPool{
609 func (p *builtinPool) String() string { argument
Dscope.go173 _, isBuiltin := pool.(*builtinPool)