Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go462 type staticPool struct { struct
463 pctx *packageContext
464 name_ string
465 params PoolParams
494 func (p *staticPool) packageContext() *packageContext {
498 func (p *staticPool) name() string {
502 func (p *staticPool) fullName(pkgNames map[*packageContext]string) string {
506 func (p *staticPool) def(config interface{}) (*poolDef, error) {
514 func (p *staticPool) String() string {