Searched defs:Executor (Results 1 – 3 of 3) sorted by relevance
26 type Executor struct { struct27 rules map[string]*rule28 implicitRules []*rule29 suffixRules map[string][]*rule30 firstRule *rule32 done map[string]*job34 wm *workerManager36 ctx *execContext38 trace []string39 buildCnt int[all …]
44 class Executor { class46 explicit Executor(Evaluator* ev) in Executor() function in __anon054595940111::Executor
440 Executor section in Kati internals