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