Lines Matching defs:GoTest_OptionalGroup
1181 type GoTest_OptionalGroup struct { struct
1182 …edField *string `protobuf:"bytes,91,req,name=RequiredField" json:"RequiredField,omitempty"`
1183 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1184 XXX_unrecognized []byte `json:"-"`
1185 XXX_sizecache int32 `json:"-"`
1188 func (m *GoTest_OptionalGroup) Reset() { *m = GoTest_OptionalGroup{} }
1189 func (m *GoTest_OptionalGroup) String() string { return proto.CompactTextString(m) }
1190 func (*GoTest_OptionalGroup) ProtoMessage() {}
1191 func (*GoTest_OptionalGroup) Descriptor() ([]byte, []int) {
1195 func (m *GoTest_OptionalGroup) XXX_Unmarshal(b []byte) error {
1198 func (m *GoTest_OptionalGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1201 func (m *GoTest_OptionalGroup) XXX_Merge(src proto.Message) {
1204 func (m *GoTest_OptionalGroup) XXX_Size() int {
1207 func (m *GoTest_OptionalGroup) XXX_DiscardUnknown() {
1213 func (m *GoTest_OptionalGroup) GetRequiredField() string {