Searched defs:Status_EdgeStarted (Results 1 – 1 of 1) sorted by relevance
| /build/soong/ui/status/ninja_frontend/ |
| D | frontend.pb.go | 329 type Status_EdgeStarted struct { struct 330 state protoimpl.MessageState 331 sizeCache protoimpl.SizeCache 332 unknownFields protoimpl.UnknownFields 335 Id *uint32 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"` 337 …rtTime *uint32 `protobuf:"varint,2,opt,name=start_time,json=startTime" json:"start_time,omitempty"` 339 Inputs []string `protobuf:"bytes,3,rep,name=inputs" json:"inputs,omitempty"` 341 Outputs []string `protobuf:"bytes,4,rep,name=outputs" json:"outputs,omitempty"` 343 Desc *string `protobuf:"bytes,5,opt,name=desc" json:"desc,omitempty"` 345 Command *string `protobuf:"bytes,6,opt,name=command" json:"command,omitempty"` [all …]
|