Searched refs:poolDef (Results 1 – 5 of 5) sorted by relevance
97 type poolDef struct { struct102 func parsePoolParams(scope scope, params *PoolParams) (*poolDef,105 def := &poolDef{113 func (p *poolDef) WriteTo(nw *ninjaWriter, name string) error { argument
28 pools map[Pool]*poolDef36 pools: make(map[Pool]*poolDef),
507 func (p *staticPool) def(config interface{}) (*poolDef, error) {566 func (p *poolFunc) def(config interface{}) (*poolDef, error) {598 func (p *builtinPool) def(config interface{}) (*poolDef, error) {
41 def(config interface{}) (*poolDef, error)
100 globalPools map[Pool]*poolDef