Searched defs:Integer32Proto (Results 1 – 2 of 2) sorted by relevance
47 type Integer32Proto struct { struct48 Value *int32 `protobuf:"varint,1,req,name=value" json:"value,omitempty"`49 XXX_unrecognized []byte `json:"-"`52 func (m *Integer32Proto) Reset() { *m = Integer32Proto{} }53 func (m *Integer32Proto) String() string { return proto.CompactTextString(m) }54 func (*Integer32Proto) ProtoMessage() {}56 func (m *Integer32Proto) GetValue() int32 {
12 message Integer32Proto { message