Lines Matching defs:SubDefaults
2649 type SubDefaults struct { struct
2650 N *int64 `protobuf:"varint,1,opt,name=n,def=7" json:"n,omitempty"`
2651 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2652 XXX_unrecognized []byte `json:"-"`
2653 XXX_sizecache int32 `json:"-"`
2656 func (m *SubDefaults) Reset() { *m = SubDefaults{} }
2657 func (m *SubDefaults) String() string { return proto.CompactTextString(m) }
2658 func (*SubDefaults) ProtoMessage() {}
2659 func (*SubDefaults) Descriptor() ([]byte, []int) {
2663 func (m *SubDefaults) XXX_Unmarshal(b []byte) error {
2666 func (m *SubDefaults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2669 func (m *SubDefaults) XXX_Merge(src proto.Message) {
2672 func (m *SubDefaults) XXX_Size() int {
2675 func (m *SubDefaults) XXX_DiscardUnknown() {
2683 func (m *SubDefaults) GetN() int64 {