Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go638 type builtinPool struct { struct
642 func (p *builtinPool) packageContext() *packageContext { argument
646 func (p *builtinPool) name() string { argument
650 func (p *builtinPool) fullName(pkgNames map[*packageContext]string) string { argument
654 func (p *builtinPool) memoizeFullName(pkgNames map[*packageContext]string) { argument
658 func (p *builtinPool) def(config interface{}) (*poolDef, error) { argument
664 return &builtinPool{
669 func (p *builtinPool) String() string { argument
Dscope.go176 _, isBuiltin := pool.(*builtinPool)