Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go638 type builtinPool struct { struct
639 name_ string
642 func (p *builtinPool) packageContext() *packageContext {
646 func (p *builtinPool) name() string {
650 func (p *builtinPool) fullName(pkgNames map[*packageContext]string) string {
654 func (p *builtinPool) memoizeFullName(pkgNames map[*packageContext]string) {
658 func (p *builtinPool) def(config interface{}) (*poolDef, error) {
669 func (p *builtinPool) String() string {