Home
last modified time | relevance | path

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

/build/blueprint/pool/
Dpool.go21 type Pool[T any] struct { type
/build/blueprint/
Dscope.go37 type Pool interface { interface
441 func (m *nameTracker) Pool(p Pool) string { func
Dninja_defs.go66 Pool Pool // The Ninja pool to which the rule belongs. member
138 Pool Pool member
Dninja_writer.go106 func (n *ninjaWriter) Pool(name string) error { func
Dninja_strings.go65 IsPoolVisible(pool Pool) bool