Lines Matching refs:MessageWithMap
3027 type MessageWithMap struct { struct
3037 func (m *MessageWithMap) Reset() { *m = MessageWithMap{} } argument
3038 func (m *MessageWithMap) String() string { return proto.CompactTextString(m) } argument
3039 func (*MessageWithMap) ProtoMessage() {} argument
3040 func (*MessageWithMap) Descriptor() ([]byte, []int) { argument
3044 func (m *MessageWithMap) XXX_Unmarshal(b []byte) error { argument
3047 func (m *MessageWithMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
3050 func (m *MessageWithMap) XXX_Merge(src proto.Message) { argument
3053 func (m *MessageWithMap) XXX_Size() int { argument
3056 func (m *MessageWithMap) XXX_DiscardUnknown() { argument
3062 func (m *MessageWithMap) GetNameMapping() map[int32]string { argument
3069 func (m *MessageWithMap) GetMsgMapping() map[int64]*FloatingPoint { argument
3076 func (m *MessageWithMap) GetByteMapping() map[bool][]byte { argument
3083 func (m *MessageWithMap) GetStrToStr() map[string]string { argument
4524 proto.RegisterType((*MessageWithMap)(nil), "test_proto.MessageWithMap")