Searched refs:GroupOld_G (Results 1 – 2 of 2) sorted by relevance
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 2817 G *GroupOld_G `protobuf:"group,101,opt,name=G,json=g" json:"g,omitempty"` 2848 func (m *GroupOld) GetG() *GroupOld_G { 2855 type GroupOld_G struct { struct 2862 func (m *GroupOld_G) Reset() { *m = GroupOld_G{} } argument 2863 func (m *GroupOld_G) String() string { return proto.CompactTextString(m) } argument 2864 func (*GroupOld_G) ProtoMessage() {} argument 2865 func (*GroupOld_G) Descriptor() ([]byte, []int) { argument 2869 func (m *GroupOld_G) XXX_Unmarshal(b []byte) error { argument 2872 func (m *GroupOld_G) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument 2875 func (m *GroupOld_G) XXX_Merge(src proto.Message) { argument [all …]
|
/external/golang-protobuf/proto/ |
D | size_test.go | 126 {"group", &pb.GroupOld{G: &pb.GroupOld_G{X: Int32(12345)}}},
|