Searched defs:RuleDefinition (Results 1 – 1 of 1) sorted by relevance
| /external/skia/bazel/exporter/build_proto/build/ |
| D | build.pb.go | 2132 type RuleDefinition struct { struct 2133 state protoimpl.MessageState 2134 sizeCache protoimpl.SizeCache 2135 unknownFields protoimpl.UnknownFields 2137 Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"` 2139 …ibute []*AttributeDefinition `protobuf:"bytes,2,rep,name=attribute" json:"attribute,omitempty"` 2140 …n *string `protobuf:"bytes,3,opt,name=documentation" json:"documentation,omitempty"` 2142 Label *string `protobuf:"bytes,4,opt,name=label" json:"label,omitempty"` 2145 func (x *RuleDefinition) Reset() { 2154 func (x *RuleDefinition) String() string { [all …]
|