Searched defs:Status_EdgeStarted (Results 1 – 1 of 1) sorted by relevance
/build/soong/ui/status/ninja_frontend/ |
D | frontend.pb.go | 347 type Status_EdgeStarted struct { struct 348 state protoimpl.MessageState 349 sizeCache protoimpl.SizeCache 350 unknownFields protoimpl.UnknownFields 353 Id *uint32 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"` 355 …rtTime *uint32 `protobuf:"varint,2,opt,name=start_time,json=startTime" json:"start_time,omitempty"` 357 Inputs []string `protobuf:"bytes,3,rep,name=inputs" json:"inputs,omitempty"` 359 Outputs []string `protobuf:"bytes,4,rep,name=outputs" json:"outputs,omitempty"` 361 Desc *string `protobuf:"bytes,5,opt,name=desc" json:"desc,omitempty"` 363 Command *string `protobuf:"bytes,6,opt,name=command" json:"command,omitempty"` [all …]
|