Searched defs:Communique (Results 1 – 5 of 5) sorted by relevance
/external/golang-protobuf/protoc-gen-go/testdata/my_test/ |
D | test.pb.go | 701 type Communique struct { struct 702 …eMeCry *bool `protobuf:"varint,1,opt,name=make_me_cry,json=makeMeCry" json:"make_me_cry,omitempty"` 716 Union isCommunique_Union `protobuf_oneof:"union"` 717 XXX_NoUnkeyedLiteral struct{} `json:"-"` 718 XXX_unrecognized []byte `json:"-"` 719 XXX_sizecache int32 `json:"-"` 722 func (m *Communique) Reset() { *m = Communique{} } 723 func (m *Communique) String() string { return proto.CompactTextString(m) } 724 func (*Communique) ProtoMessage() {} 725 func (*Communique) Descriptor() ([]byte, []int) { [all …]
|
D | test.proto | 144 message Communique { message
|
/external/golang-protobuf/proto/ |
D | discard_test.go | 163 Communique *pb.Communique member
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 3462 type Communique struct { struct 3463 …eMeCry *bool `protobuf:"varint,1,opt,name=make_me_cry,json=makeMeCry" json:"make_me_cry,omitempty"` 3473 Union isCommunique_Union `protobuf_oneof:"union"` 3474 XXX_NoUnkeyedLiteral struct{} `json:"-"` 3475 XXX_unrecognized []byte `json:"-"` 3476 XXX_sizecache int32 `json:"-"` 3479 func (m *Communique) Reset() { *m = Communique{} } 3480 func (m *Communique) String() string { return proto.CompactTextString(m) } 3481 func (*Communique) ProtoMessage() {} 3482 func (*Communique) Descriptor() ([]byte, []int) { [all …]
|
D | test.proto | 550 message Communique { message
|