Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go564 type ReplyExtensions struct { struct
565 XXX_NoUnkeyedLiteral struct{} `json:"-"`
566 XXX_unrecognized []byte `json:"-"`
567 XXX_sizecache int32 `json:"-"`
570 func (m *ReplyExtensions) Reset() { *m = ReplyExtensions{} }
571 func (m *ReplyExtensions) String() string { return proto.CompactTextString(m) }
572 func (*ReplyExtensions) ProtoMessage() {}
573 func (*ReplyExtensions) Descriptor() ([]byte, []int) {
599 Name: "my.test.ReplyExtensions.time",
Dtest.proto117 message ReplyExtensions { message