Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go563 type poolFunc struct { struct
564 pctx *packageContext
565 name_ string
566 paramsFunc func(interface{}) (PoolParams, error)
567 fullName_ string
603 func (p *poolFunc) packageContext() *packageContext {
607 func (p *poolFunc) name() string {
611 func (p *poolFunc) fullName(pkgNames map[*packageContext]string) string {
618 func (p *poolFunc) memoizeFullName(pkgNames map[*packageContext]string) {
622 func (p *poolFunc) def(config interface{}) (*poolDef, error) {
[all …]