Lines Matching refs:liveTracker
23 type liveTracker struct { struct
32 func newLiveTracker(config interface{}) *liveTracker {
33 return &liveTracker{
41 func (l *liveTracker) AddBuildDefDeps(def *buildDef) error { argument
93 func (l *liveTracker) addRule(r Rule) (def *ruleDef, err error) { argument
135 func (l *liveTracker) addPool(p Pool) error { argument
153 func (l *liveTracker) addVariable(v Variable) error { argument
178 func (l *liveTracker) addNinjaStringListDeps(list []ninjaString) error { argument
188 func (l *liveTracker) addNinjaStringDeps(str ninjaString) error { argument
198 func (l *liveTracker) RemoveVariableIfLive(v Variable) bool { argument
209 func (l *liveTracker) RemoveRuleIfLive(r Rule) bool { argument