Home
last modified time | relevance | path

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

/prebuilts/bazel/common/proto/build/
Dbuild.pb.go667 type StringListDictEntry struct { struct
668 state protoimpl.MessageState
669 sizeCache protoimpl.SizeCache
670 unknownFields protoimpl.UnknownFields
672 Key *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
673 Value []string `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"`
676 func (x *StringListDictEntry) Reset() {
685 func (x *StringListDictEntry) String() string {
689 func (*StringListDictEntry) ProtoMessage() {}
691 func (x *StringListDictEntry) ProtoReflect() protoreflect.Message {
[all …]
Dbuild.proto43 message StringListDictEntry { message