Home
last modified time | relevance | path

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

/prebuilts/bazel/common/proto/build/
Dbuild.pb.go447 type StringDictEntry struct { struct
448 state protoimpl.MessageState
449 sizeCache protoimpl.SizeCache
450 unknownFields protoimpl.UnknownFields
452 Key *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
453 Value *string `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
456 func (x *StringDictEntry) Reset() {
465 func (x *StringDictEntry) String() string {
469 func (*StringDictEntry) ProtoMessage() {}
471 func (x *StringDictEntry) ProtoReflect() protoreflect.Message {
[all …]
Dbuild.proto27 message StringDictEntry { message