Searched defs:Reply_Entry (Results 1 – 1 of 1) sorted by relevance
/external/golang-protobuf/protoc-gen-go/testdata/my_test/ |
D | test.pb.go | 459 type Reply_Entry struct { struct 460 …234camel_CasIng,json=keyThatNeeds1234camelCasIng" json:"key_that_needs_1234camel_CasIng,omitempty"` 461 … *int64 `protobuf:"varint,2,opt,name=value,def=7" json:"value,omitempty"` 462 …`protobuf:"varint,3,opt,name=_my_field_name_2,json=MyFieldName2" json:"_my_field_name_2,omitempty"` 463 XXX_NoUnkeyedLiteral struct{} `json:"-"` 464 XXX_unrecognized []byte `json:"-"` 465 XXX_sizecache int32 `json:"-"` 468 func (m *Reply_Entry) Reset() { *m = Reply_Entry{} } 469 func (m *Reply_Entry) String() string { return proto.CompactTextString(m) } 470 func (*Reply_Entry) ProtoMessage() {} [all …]
|