Home
last modified time | relevance | path

Searched defs:MessageWithMap (Results 1 – 5 of 5) sorted by relevance

/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go286 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 {
[all …]
Dproto3.proto78 message MessageWithMap { message
/external/golang-protobuf/proto/
Ddiscard_test.go164 MessageWithMap *pb.MessageWithMap member
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3027 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) }
[all …]
Dtest.proto515 message MessageWithMap { message