Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go1103 type GoTest_RequiredGroup struct { struct
1104 …edField *string `protobuf:"bytes,71,req,name=RequiredField" json:"RequiredField,omitempty"`
1105 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1106 XXX_unrecognized []byte `json:"-"`
1107 XXX_sizecache int32 `json:"-"`
1110 func (m *GoTest_RequiredGroup) Reset() { *m = GoTest_RequiredGroup{} }
1111 func (m *GoTest_RequiredGroup) String() string { return proto.CompactTextString(m) }
1112 func (*GoTest_RequiredGroup) ProtoMessage() {}
1113 func (*GoTest_RequiredGroup) Descriptor() ([]byte, []int) {
1117 func (m *GoTest_RequiredGroup) XXX_Unmarshal(b []byte) error {
[all …]