Searched defs:AttributeValue_DictEntry (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/prebuilts/bazel/common/proto/build/ |
D | build.pb.go | 2564 type AttributeValue_DictEntry struct { struct 2565 state protoimpl.MessageState 2566 sizeCache protoimpl.SizeCache 2567 unknownFields protoimpl.UnknownFields 2569 Key *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"` 2570 Value *AttributeValue `protobuf:"bytes,2,req,name=value" json:"value,omitempty"` 2573 func (x *AttributeValue_DictEntry) Reset() { 2582 func (x *AttributeValue_DictEntry) String() string { 2586 func (*AttributeValue_DictEntry) ProtoMessage() {} 2588 func (x *AttributeValue_DictEntry) ProtoReflect() protoreflect.Message { [all …]
|
/aosp_15_r20/external/skia/bazel/exporter/build_proto/build/ |
H A D | build.pb.go | 2560 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 …]
|