Lines Matching defs:MessageWithMap
3027 type MessageWithMap struct { struct
3028 …g" json:"name_mapping,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,na…
3029 … json:"msg_mapping,omitempty" protobuf_key:"zigzag64,1,opt,name=key" protobuf_val:"bytes,2,opt,nam…
3030 …g" json:"byte_mapping,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,na…
3031 …on:"str_to_str,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value…
3032 XXX_NoUnkeyedLiteral struct{} `json:"-"`
3033 XXX_unrecognized []byte `json:"-"`
3034 XXX_sizecache int32 `json:"-"`
3037 func (m *MessageWithMap) Reset() { *m = MessageWithMap{} }
3038 func (m *MessageWithMap) String() string { return proto.CompactTextString(m) }
3039 func (*MessageWithMap) ProtoMessage() {}
3040 func (*MessageWithMap) Descriptor() ([]byte, []int) {
3044 func (m *MessageWithMap) XXX_Unmarshal(b []byte) error {
3047 func (m *MessageWithMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3050 func (m *MessageWithMap) XXX_Merge(src proto.Message) {
3053 func (m *MessageWithMap) XXX_Size() int {
3056 func (m *MessageWithMap) XXX_DiscardUnknown() {
3062 func (m *MessageWithMap) GetNameMapping() map[int32]string {
3069 func (m *MessageWithMap) GetMsgMapping() map[int64]*FloatingPoint {
3076 func (m *MessageWithMap) GetByteMapping() map[bool][]byte {
3083 func (m *MessageWithMap) GetStrToStr() map[string]string {