Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go582 type builtinPool struct { struct
583 name_ string
586 func (p *builtinPool) packageContext() *packageContext {
590 func (p *builtinPool) name() string {
594 func (p *builtinPool) fullName(pkgNames map[*packageContext]string) string {
598 func (p *builtinPool) def(config interface{}) (*poolDef, error) {
609 func (p *builtinPool) String() string {