Home
last modified time | relevance | path

Searched defs:AttributeValue_DictEntry (Results 1 – 1 of 1) sorted by relevance

/external/skia/bazel/exporter/build_proto/build/
Dbuild.pb.go2560 type AttributeValue_DictEntry struct { struct
2561 state protoimpl.MessageState
2562 sizeCache protoimpl.SizeCache
2563 unknownFields protoimpl.UnknownFields
2565 Key *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
2566 Value *AttributeValue `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
2569 func (x *AttributeValue_DictEntry) Reset() {
2578 func (x *AttributeValue_DictEntry) String() string {
2582 func (*AttributeValue_DictEntry) ProtoMessage() {}
2584 func (x *AttributeValue_DictEntry) ProtoReflect() protoreflect.Message {
[all …]