Home
last modified time | relevance | path

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

/build/soong/cmd/extract_apks/bundle_proto/
Dtargeting.pb.go669 type Int32Value struct { struct
670 state protoimpl.MessageState
671 sizeCache protoimpl.SizeCache
672 unknownFields protoimpl.UnknownFields
675 Value int32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
678 func (x *Int32Value) Reset() {
687 func (x *Int32Value) String() string {
691 func (*Int32Value) ProtoMessage() {}
693 func (x *Int32Value) ProtoReflect() protoreflect.Message {
706 func (*Int32Value) Descriptor() ([]byte, []int) {
[all …]
Dtargeting.proto73 message Int32Value { message