Searched defs:Attribute_SelectorEntry (Results 1 – 1 of 1) sorted by relevance
/external/skia/bazel/exporter/build_proto/build/ |
D | build.pb.go | 2253 type Attribute_SelectorEntry struct { struct 2254 state protoimpl.MessageState 2255 sizeCache protoimpl.SizeCache 2256 unknownFields protoimpl.UnknownFields 2260 Label *string `protobuf:"bytes,1,opt,name=label" json:"label,omitempty"` 2264 …otobuf:"varint,16,opt,name=is_default_value,json=isDefaultValue" json:"is_default_value,omitempty"` 2272 … `protobuf:"varint,2,opt,name=int_value,json=intValue" json:"int_value,omitempty"` 2273 … `protobuf:"bytes,3,opt,name=string_value,json=stringValue" json:"string_value,omitempty"` 2274 … `protobuf:"varint,4,opt,name=boolean_value,json=booleanValue" json:"boolean_value,omitempty"` 2275 …tate_value,json=tristateValue,enum=blaze_query.Attribute_Tristate" json:"tristate_value,omitempty"` [all …]
|