Lines Matching refs:Int32Value
548 type Int32Value struct { struct
556 func (m *Int32Value) Reset() { *m = Int32Value{} } argument
557 func (m *Int32Value) String() string { return proto.CompactTextString(m) } argument
558 func (*Int32Value) ProtoMessage() {} argument
559 func (*Int32Value) Descriptor() ([]byte, []int) { argument
563 func (m *Int32Value) XXX_Unmarshal(b []byte) error { argument
566 func (m *Int32Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
569 func (m *Int32Value) XXX_Merge(src proto.Message) { argument
572 func (m *Int32Value) XXX_Size() int { argument
575 func (m *Int32Value) XXX_DiscardUnknown() { argument
581 func (m *Int32Value) GetValue() int32 { argument
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")