Home
last modified time | relevance | path

Searched refs: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
570 func (m *ReplyExtensions) Reset() { *m = ReplyExtensions{} } argument
571 func (m *ReplyExtensions) String() string { return proto.CompactTextString(m) } argument
572 func (*ReplyExtensions) ProtoMessage() {} argument
573 func (*ReplyExtensions) Descriptor() ([]byte, []int) { argument
577 func (m *ReplyExtensions) XXX_Unmarshal(b []byte) error {
580 func (m *ReplyExtensions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
583 func (m *ReplyExtensions) XXX_Merge(src proto.Message) {
586 func (m *ReplyExtensions) XXX_Size() int {
589 func (m *ReplyExtensions) XXX_DiscardUnknown() {
[all …]
Dtest.proto117 message ReplyExtensions { message
120 optional ReplyExtensions carrot = 105;
123 optional ReplyExtensions donut = 101;