Searched defs:serializableDepNode (Results 1 – 1 of 1) sorted by relevance
115 type serializableDepNode struct { struct116 Output int117 Cmds []string118 Deps []int119 OrderOnlys []int120 Parents []int121 HasRule bool122 IsPhony bool123 ActualInputs []int124 TargetSpecificVars []int[all …]