Home
last modified time | relevance | path

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

/aosp_15_r20/build/blueprint/
H A Dcontext.go2265 type topDownVisitorImpl struct{} struct
2267 func (topDownVisitorImpl) waitCount(module *moduleInfo) int {
2271 func (topDownVisitorImpl) propagate(module *moduleInfo) []*moduleInfo {
2275 …(topDownVisitorImpl) visit(modules []*moduleInfo, visit func(*moduleInfo, chan<- pauseSpec) bool) {