Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go591 type builtinPool struct { struct
592 name_ string
595 func (p *builtinPool) packageContext() *packageContext {
599 func (p *builtinPool) name() string {
603 func (p *builtinPool) fullName(pkgNames map[*packageContext]string) string {
607 func (p *builtinPool) def(config interface{}) (*poolDef, error) {
611 func (p *builtinPool) String() string {