Home
last modified time | relevance | path

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

/aosp_15_r20/build/blueprint/
H A Dpackage_ctx.go555 type poolFunc struct { struct
556 pctx *packageContext
557 name_ string
558 paramsFunc func(interface{}) (PoolParams, error)
594 func (p *poolFunc) packageContext() *packageContext {
598 func (p *poolFunc) name() string {
602 func (p *poolFunc) fullName(pkgNames map[*packageContext]string) string {
606 func (p *poolFunc) def(config interface{}) (*poolDef, error) {
618 func (p *poolFunc) String() string {