Searched defs:Int32Value (Results 1 – 2 of 2) sorted by relevance
548 type Int32Value struct { struct550 Value int32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`551 XXX_NoUnkeyedLiteral struct{} `json:"-"`552 XXX_unrecognized []byte `json:"-"`553 XXX_sizecache int32 `json:"-"`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 {[all …]
73 message Int32Value { message