Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go515 type staticPool struct { struct
516 pctx *packageContext
517 name_ string
518 params PoolParams
519 fullName_ string
552 func (p *staticPool) packageContext() *packageContext {
556 func (p *staticPool) name() string {
560 func (p *staticPool) fullName(pkgNames map[*packageContext]string) string {
567 func (p *staticPool) memoizeFullName(pkgNames map[*packageContext]string) {
571 func (p *staticPool) def(config interface{}) (*poolDef, error) {
[all …]