Searched defs:staticPool (Results 1 – 1 of 1) sorted by relevance
495 type staticPool struct { struct496 pctx *packageContext497 name_ string498 params PoolParams499 fullName_ string532 func (p *staticPool) packageContext() *packageContext {536 func (p *staticPool) name() string {540 func (p *staticPool) fullName(pkgNames map[*packageContext]string) string {547 func (p *staticPool) memoizeFullName(pkgNames map[*packageContext]string) {551 func (p *staticPool) def(config interface{}) (*poolDef, error) {[all …]