Lines Matching refs:MessageList
2307 type MessageList struct { struct
2314 func (m *MessageList) Reset() { *m = MessageList{} } argument
2315 func (m *MessageList) String() string { return proto.CompactTextString(m) } argument
2316 func (*MessageList) ProtoMessage() {} argument
2317 func (*MessageList) Descriptor() ([]byte, []int) { argument
2321 func (m *MessageList) XXX_Unmarshal(b []byte) error { argument
2324 func (m *MessageList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
2327 func (m *MessageList) XXX_Merge(src proto.Message) { argument
2330 func (m *MessageList) XXX_Size() int { argument
2333 func (m *MessageList) XXX_DiscardUnknown() { argument
2339 func (m *MessageList) GetMessage() []*MessageList_Message { argument
4512 proto.RegisterType((*MessageList)(nil), "test_proto.MessageList")