Home
last modified time | relevance | path

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

/build/blueprint/
Dninja_defs.go50 type PoolParams struct { struct
51 Comment string // The comment that will appear above the definition.
52 Depth int // The Ninja pool depth.
96 func parsePoolParams(scope scope, params *PoolParams) (*poolDef,
Dpackage_ctx.go64 StaticPool(name string, params PoolParams) Pool
65 PoolFunc(name string, f func(interface{}) (PoolParams, error)) Pool