Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go1142 type GoTest_RepeatedGroup struct { struct
1143 …edField *string `protobuf:"bytes,81,req,name=RequiredField" json:"RequiredField,omitempty"`
1144 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1145 XXX_unrecognized []byte `json:"-"`
1146 XXX_sizecache int32 `json:"-"`
1149 func (m *GoTest_RepeatedGroup) Reset() { *m = GoTest_RepeatedGroup{} }
1150 func (m *GoTest_RepeatedGroup) String() string { return proto.CompactTextString(m) }
1151 func (*GoTest_RepeatedGroup) ProtoMessage() {}
1152 func (*GoTest_RepeatedGroup) Descriptor() ([]byte, []int) {
1156 func (m *GoTest_RepeatedGroup) XXX_Unmarshal(b []byte) error {
[all …]