Home
last modified time | relevance | path

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

/aosp12/build/blueprint/
H A Dprovider.go186 func (c *Context) mutatorFinishedForModule(mutator *mutatorInfo, m *moduleInfo) bool {
201 func (c *Context) mutatorStartedForModule(mutator *mutatorInfo, m *moduleInfo) bool {
H A Dcontext.go82 mutatorInfo []*mutatorInfo member
374 type mutatorInfo struct { struct
376 topDownMutator TopDownMutator
377 bottomUpMutator BottomUpMutator
378 name string
379 parallel bool
2451 func (bottomUpMutatorImpl) run(mutator *mutatorInfo, ctx *mutatorContext) {
2465 func (topDownMutatorImpl) run(mutator *mutatorInfo, ctx *mutatorContext) {
2487 func (c *Context) runMutator(config interface{}, mutator *mutatorInfo,