Lines Matching refs:MessageWithMap
286 type MessageWithMap struct { struct
293 func (m *MessageWithMap) Reset() { *m = MessageWithMap{} } argument
294 func (m *MessageWithMap) String() string { return proto.CompactTextString(m) } argument
295 func (*MessageWithMap) ProtoMessage() {} argument
296 func (*MessageWithMap) Descriptor() ([]byte, []int) { argument
300 func (m *MessageWithMap) XXX_Unmarshal(b []byte) error { argument
303 func (m *MessageWithMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
306 func (m *MessageWithMap) XXX_Merge(src proto.Message) { argument
309 func (m *MessageWithMap) XXX_Size() int { argument
312 func (m *MessageWithMap) XXX_DiscardUnknown() { argument
318 func (m *MessageWithMap) GetByteMapping() map[bool][]byte { argument
507 proto.RegisterType((*MessageWithMap)(nil), "proto3_proto.MessageWithMap")