Home
last modified time | relevance | path

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

/build/kati/
Dserialize.go115 type serializableDepNode struct { struct
116 Output int
117 Cmds []string
118 Deps []int
119 OrderOnlys []int
120 Parents []int
121 HasRule bool
122 IsPhony bool
123 ActualInputs []int
124 TargetSpecificVars []int
[all …]