Lines Matching defs:Message
56 type Message struct { struct
58 … `protobuf:"varint,2,opt,name=hilarity,proto3,enum=proto3_proto.Message_Humour" jso…
67 …otobuf:"varint,16,rep,packed,name=r_funny,json=rFunny,proto3,enum=proto3_proto.Message_Humour" jso…
68 …son:"terrain,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=…
69 … `protobuf:"bytes,11,opt,name=proto2_field,json=proto2Field,proto3" json:"proto2_field,omitempty"`
70 …=proto2Value,proto3" json:"proto2_value,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" prot…
71 … `protobuf:"bytes,14,opt,name=anything,proto3" json:"anything,omitempty"`
72 … `protobuf:"bytes,15,rep,name=many_things,json=manyThings,proto3" json:"many_things,omitempty"`
73 … `protobuf:"bytes,17,opt,name=submessage,proto3" json:"submessage,omitempty"`
74 …ge `protobuf:"bytes,18,rep,name=children,proto3" json:"children,omitempty"`
75 …tringMap,proto3" json:"string_map,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_v…
76 XXX_NoUnkeyedLiteral struct{} `json:"-"`
77 XXX_unrecognized []byte `json:"-"`
78 XXX_sizecache int32 `json:"-"`
81 func (m *Message) Reset() { *m = Message{} }
82 func (m *Message) String() string { return proto.CompactTextString(m) }
83 func (*Message) ProtoMessage() {}
84 func (*Message) Descriptor() ([]byte, []int) {
88 func (m *Message) XXX_Unmarshal(b []byte) error {
91 func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
94 func (m *Message) XXX_Merge(src proto.Message) {
97 func (m *Message) XXX_Size() int {
100 func (m *Message) XXX_DiscardUnknown() {
106 func (m *Message) GetName() string {
113 func (m *Message) GetHilarity() Message_Humour {
120 func (m *Message) GetHeightInCm() uint32 {
127 func (m *Message) GetData() []byte {
134 func (m *Message) GetResultCount() int64 {
141 func (m *Message) GetTrueScotsman() bool {
148 func (m *Message) GetScore() float32 {
155 func (m *Message) GetKey() []uint64 {
162 func (m *Message) GetShortKey() []int32 {
169 func (m *Message) GetNested() *Nested {
176 func (m *Message) GetRFunny() []Message_Humour {
183 func (m *Message) GetTerrain() map[string]*Nested {
190 func (m *Message) GetProto2Field() *test_proto.SubDefaults {
197 func (m *Message) GetProto2Value() map[string]*test_proto.SubDefaults {
204 func (m *Message) GetAnything() *any.Any {
211 func (m *Message) GetManyThings() []*any.Any {
218 func (m *Message) GetSubmessage() *Message {
225 func (m *Message) GetChildren() []*Message {
232 func (m *Message) GetStringMap() map[string]string {