Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go528 type poolFunc struct { struct
529 pctx *packageContext
530 name_ string
531 paramsFunc func(interface{}) (PoolParams, error)
563 func (p *poolFunc) packageContext() *packageContext {
567 func (p *poolFunc) name() string {
571 func (p *poolFunc) fullName(pkgNames map[*packageContext]string) string {
575 func (p *poolFunc) def(config interface{}) (*poolDef, error) {
587 func (p *poolFunc) String() string {