Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2028 type MyMessage_SomeGroup struct { struct
2029 … *int32 `protobuf:"varint,9,opt,name=group_field,json=groupField" json:"group_field,omitempty"`
2030 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2031 XXX_unrecognized []byte `json:"-"`
2032 XXX_sizecache int32 `json:"-"`
2035 func (m *MyMessage_SomeGroup) Reset() { *m = MyMessage_SomeGroup{} }
2036 func (m *MyMessage_SomeGroup) String() string { return proto.CompactTextString(m) }
2037 func (*MyMessage_SomeGroup) ProtoMessage() {}
2038 func (*MyMessage_SomeGroup) Descriptor() ([]byte, []int) {
2042 func (m *MyMessage_SomeGroup) XXX_Unmarshal(b []byte) error {
[all …]