Searched defs:SubDefaults (Results 1 – 2 of 2) sorted by relevance
1899 type SubDefaults struct { struct1900 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 {
459 message SubDefaults { message