Lines Matching defs:MessageWithMap
286 type MessageWithMap struct { struct
287 … json:"byte_mapping,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,o…
288 XXX_NoUnkeyedLiteral struct{} `json:"-"`
289 XXX_unrecognized []byte `json:"-"`
290 XXX_sizecache int32 `json:"-"`
293 func (m *MessageWithMap) Reset() { *m = MessageWithMap{} }
294 func (m *MessageWithMap) String() string { return proto.CompactTextString(m) }
295 func (*MessageWithMap) ProtoMessage() {}
296 func (*MessageWithMap) Descriptor() ([]byte, []int) {
300 func (m *MessageWithMap) XXX_Unmarshal(b []byte) error {
303 func (m *MessageWithMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
306 func (m *MessageWithMap) XXX_Merge(src proto.Message) {
309 func (m *MessageWithMap) XXX_Size() int {
312 func (m *MessageWithMap) XXX_DiscardUnknown() {
318 func (m *MessageWithMap) GetByteMapping() map[bool][]byte {