Lines Matching refs:Int32Value
548 type Int32Value struct { struct
556 func (m *Int32Value) Reset() { *m = Int32Value{} }
557 func (m *Int32Value) String() string { return proto.CompactTextString(m) }
558 func (*Int32Value) ProtoMessage() {}
559 func (*Int32Value) Descriptor() ([]byte, []int) {
563 func (m *Int32Value) XXX_Unmarshal(b []byte) error {
566 func (m *Int32Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
569 func (m *Int32Value) XXX_Merge(src proto.Message) {
572 func (m *Int32Value) XXX_Size() int {
575 func (m *Int32Value) XXX_DiscardUnknown() {
581 func (m *Int32Value) GetValue() int32 {
590 Min *Int32Value `protobuf:"bytes,1,opt,name=min,proto3" json:"min,omitempty"`
621 func (m *SdkVersion) GetMin() *Int32Value {
1610 proto.RegisterType((*Int32Value)(nil), "android.bundle.Int32Value")