Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go1422 type NonPackedTest struct { struct
1423 A []int32 `protobuf:"varint,1,rep,name=a" json:"a,omitempty"`
1424 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1425 XXX_unrecognized []byte `json:"-"`
1426 XXX_sizecache int32 `json:"-"`
1429 func (m *NonPackedTest) Reset() { *m = NonPackedTest{} }
1430 func (m *NonPackedTest) String() string { return proto.CompactTextString(m) }
1431 func (*NonPackedTest) ProtoMessage() {}
1432 func (*NonPackedTest) Descriptor() ([]byte, []int) {
1436 func (m *NonPackedTest) XXX_Unmarshal(b []byte) error {
[all …]
Dtest.proto207 message NonPackedTest { message