Home
last modified time | relevance | path

Searched refs:NonPackedTest (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go1422 type NonPackedTest struct { struct
1429 func (m *NonPackedTest) Reset() { *m = NonPackedTest{} } argument
1430 func (m *NonPackedTest) String() string { return proto.CompactTextString(m) } argument
1431 func (*NonPackedTest) ProtoMessage() {} argument
1432 func (*NonPackedTest) Descriptor() ([]byte, []int) { argument
1436 func (m *NonPackedTest) XXX_Unmarshal(b []byte) error { argument
1439 func (m *NonPackedTest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
1442 func (m *NonPackedTest) XXX_Merge(src proto.Message) { argument
1445 func (m *NonPackedTest) XXX_Size() int { argument
1448 func (m *NonPackedTest) XXX_DiscardUnknown() { argument
[all …]
Dtest.proto207 message NonPackedTest { message
/external/golang-protobuf/proto/
Dall_test.go1210 np, p := new(NonPackedTest), new(PackedTest)