Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2649 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 {
[all …]
Dtest.proto473 message SubDefaults { message