Searched defs:BottomUpMutator (Results 1 – 2 of 2) sorted by relevance
| /build/soong/ | ||
| D | register.go | 49 func RegisterBottomUpMutator(name string, m blueprint.BottomUpMutator) { |
| /build/blueprint/ | ||
| D | module_ctx.go | 396 type BottomUpMutator func(mctx BottomUpMutatorContext) type |