Lines Matching refs:Public
65 type Public struct { struct
74 func (m *Public) Reset() { *m = Public{} } argument
75 func (m *Public) String() string { return proto.CompactTextString(m) } argument
76 func (*Public) ProtoMessage() {} argument
77 func (*Public) Descriptor() ([]byte, []int) { argument
81 func (m *Public) XXX_Unmarshal(b []byte) error { argument
84 func (m *Public) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
87 func (m *Public) XXX_Merge(src proto.Message) { argument
90 func (m *Public) XXX_Size() int { argument
93 func (m *Public) XXX_DiscardUnknown() { argument
99 func (m *Public) GetM() *sub.M {
106 func (m *Public) GetE() sub.E {
113 func (m *Public) GetLocal() *Local {
121 proto.RegisterType((*Public)(nil), "goproto.test.import_public.Public") argument