Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go472 type staticPool struct { struct
473 pctx *packageContext
474 name_ string
475 params PoolParams
504 func (p *staticPool) packageContext() *packageContext {
508 func (p *staticPool) name() string {
512 func (p *staticPool) fullName(pkgNames map[*packageContext]string) string {
516 func (p *staticPool) def(config interface{}) (*poolDef, error) {
524 func (p *staticPool) String() string {