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