Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go583 type poolFunc struct { struct
584 pctx *packageContext
585 name_ string
586 paramsFunc func(interface{}) (PoolParams, error)
587 fullName_ string
623 func (p *poolFunc) packageContext() *packageContext {
627 func (p *poolFunc) name() string {
631 func (p *poolFunc) fullName(pkgNames map[*packageContext]string) string {
638 func (p *poolFunc) memoizeFullName(pkgNames map[*packageContext]string) {
642 func (p *poolFunc) def(config interface{}) (*poolDef, error) {
[all …]