Searched defs:DepsResponse_Deps (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/ide_query/ide_query_proto/ |
D | ide_query.pb.go | 491 type DepsResponse_Deps struct { struct 492 state protoimpl.MessageState 493 sizeCache protoimpl.SizeCache 494 unknownFields protoimpl.UnknownFields 497 …tring `protobuf:"bytes,1,opt,name=source_file,json=sourceFile,proto3" json:"source_file,omitempty"` 499 …ng `protobuf:"bytes,2,rep,name=build_target,json=buildTarget,proto3" json:"build_target,omitempty"` 500 Status *Status `protobuf:"bytes,3,opt,name=status,proto3,oneof" json:"status,omitempty"` 503 func (x *DepsResponse_Deps) Reset() { 512 func (x *DepsResponse_Deps) String() string { 516 func (*DepsResponse_Deps) ProtoMessage() {} [all …]
|