Searched defs:PoolParams (Results 1 – 3 of 3) sorted by relevance
50 type PoolParams struct { struct51 Comment string // The comment that will appear above the definition.52 Depth int // The Ninja pool depth.104 func parsePoolParams(scope scope, params *PoolParams) (*poolDef,
511 func (p *packageContext) StaticPool(name string, params PoolParams) Pool {580 func (p *packageContext) PoolFunc(name string, f func(interface{}) (PoolParams,
90 f func(PackagePoolContext) blueprint.PoolParams) blueprint.Pool {