Searched defs:RuleSummary (Results 1 – 1 of 1) sorted by relevance
/external/skia/bazel/exporter/build_proto/build/ |
D | build.pb.go | 1317 type RuleSummary struct { struct 1318 state protoimpl.MessageState 1319 sizeCache protoimpl.SizeCache 1320 unknownFields protoimpl.UnknownFields 1322 Rule *Rule `protobuf:"bytes,1,req,name=rule" json:"rule,omitempty"` 1323 Dependency []*Rule `protobuf:"bytes,2,rep,name=dependency" json:"dependency,omitempty"` 1324 Location *string `protobuf:"bytes,3,opt,name=location" json:"location,omitempty"` 1327 func (x *RuleSummary) Reset() { 1336 func (x *RuleSummary) String() string { 1340 func (*RuleSummary) ProtoMessage() {} [all …]
|