Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/testdata/
Dtest.pb.go1899 type SubDefaults struct { struct
1900 N *int64 `protobuf:"varint,1,opt,name=n,def=7" json:"n,omitempty"`
1901 XXX_unrecognized []byte `json:"-"`
1904 func (m *SubDefaults) Reset() { *m = SubDefaults{} }
1905 func (m *SubDefaults) String() string { return proto.CompactTextString(m) }
1906 func (*SubDefaults) ProtoMessage() {}
1907 func (*SubDefaults) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{22} }
1911 func (m *SubDefaults) GetN() int64 {
Dtest.proto459 message SubDefaults { message