Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2816 type GroupOld struct { struct
2823 func (m *GroupOld) Reset() { *m = GroupOld{} } argument
2824 func (m *GroupOld) String() string { return proto.CompactTextString(m) } argument
2825 func (*GroupOld) ProtoMessage() {} argument
2826 func (*GroupOld) Descriptor() ([]byte, []int) { argument
2830 func (m *GroupOld) XXX_Unmarshal(b []byte) error { argument
2833 func (m *GroupOld) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
2836 func (m *GroupOld) XXX_Merge(src proto.Message) { argument
2839 func (m *GroupOld) XXX_Size() int { argument
2842 func (m *GroupOld) XXX_DiscardUnknown() { argument
[all …]
Dtest.proto494 // GroupOld and GroupNew have the same wire format.
497 message GroupOld { message
/external/golang-protobuf/proto/
Dsize_test.go126 {"group", &pb.GroupOld{G: &pb.GroupOld_G{X: Int32(12345)}}},