Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go518 type poolFunc struct { struct
519 pctx *packageContext
520 name_ string
521 paramsFunc func(interface{}) (PoolParams, error)
553 func (p *poolFunc) packageContext() *packageContext {
557 func (p *poolFunc) name() string {
561 func (p *poolFunc) fullName(pkgNames map[*packageContext]string) string {
565 func (p *poolFunc) def(config interface{}) (*poolDef, error) {
577 func (p *poolFunc) String() string {