Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go519 type poolFunc struct { struct
520 pctx *packageContext
521 name_ string
522 paramsFunc func(interface{}) (PoolParams, error)
554 func (p *poolFunc) packageContext() *packageContext {
558 func (p *poolFunc) name() string {
562 func (p *poolFunc) fullName(pkgNames map[*packageContext]string) string {
566 func (p *poolFunc) def(config interface{}) (*poolDef, error) {
578 func (p *poolFunc) String() string {