Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go463 type staticPool struct { struct
464 pctx *packageContext
465 name_ string
466 params PoolParams
495 func (p *staticPool) packageContext() *packageContext {
499 func (p *staticPool) name() string {
503 func (p *staticPool) fullName(pkgNames map[*packageContext]string) string {
507 func (p *staticPool) def(config interface{}) (*poolDef, error) {
515 func (p *staticPool) String() string {