Searched refs:poolDef (Results 1 – 5 of 5) sorted by relevance
28 pools map[Pool]*poolDef36 pools: make(map[Pool]*poolDef),
99 type poolDef struct { struct104 func parsePoolParams(scope scope, params *PoolParams) (*poolDef,107 def := &poolDef{115 func (p *poolDef) WriteTo(nw *ninjaWriter, name string) error { argument
551 func (p *staticPool) def(config interface{}) (*poolDef, error) {622 func (p *poolFunc) def(config interface{}) (*poolDef, error) {658 func (p *builtinPool) def(config interface{}) (*poolDef, error) {
43 def(config interface{}) (*poolDef, error)
101 globalPools map[Pool]*poolDef