Searched defs:Status_EdgeStarted (Results 1 – 1 of 1) sorted by relevance
/build/soong/ui/status/ninja_frontend/ |
D | frontend.pb.go | 255 type Status_EdgeStarted struct { struct 257 Id *uint32 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"` 259 …rtTime *uint32 `protobuf:"varint,2,opt,name=start_time,json=startTime" json:"start_time,omitempty"` 261 Inputs []string `protobuf:"bytes,3,rep,name=inputs" json:"inputs,omitempty"` 263 Outputs []string `protobuf:"bytes,4,rep,name=outputs" json:"outputs,omitempty"` 265 Desc *string `protobuf:"bytes,5,opt,name=desc" json:"desc,omitempty"` 267 Command *string `protobuf:"bytes,6,opt,name=command" json:"command,omitempty"` 269 Console *bool `protobuf:"varint,7,opt,name=console" json:"console,omitempty"` 270 XXX_NoUnkeyedLiteral struct{} `json:"-"` 271 XXX_unrecognized []byte `json:"-"` [all …]
|