Searched defs:phonyCandidate (Results 1 – 1 of 1) sorted by relevance
4683 type phonyCandidate struct { struct4684 sync.Once4685 phony *buildDef // the phony buildDef that wraps the set4686 first *buildDef // the first buildDef that uses this set4687 …nlyStrings []string // the original OrderOnlyStrings of the first buildDef that uses this set4688 orderOnly []*ninjaString // the original OrderOnly of the first buildDef that uses this set