Home | History | Annotate | Download | only in test_proto

Lines Matching defs:MessageList

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