Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go1587 type OldMessage_Nested struct { struct
1588 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
1589 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1590 XXX_unrecognized []byte `json:"-"`
1591 XXX_sizecache int32 `json:"-"`
1594 func (m *OldMessage_Nested) Reset() { *m = OldMessage_Nested{} }
1595 func (m *OldMessage_Nested) String() string { return proto.CompactTextString(m) }
1596 func (*OldMessage_Nested) ProtoMessage() {}
1597 func (*OldMessage_Nested) Descriptor() ([]byte, []int) {
1601 func (m *OldMessage_Nested) XXX_Unmarshal(b []byte) error {
[all …]