Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go701 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 …]
Dtest.proto144 message Communique { message
/external/golang-protobuf/proto/
Ddiscard_test.go163 Communique *pb.Communique member
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3462 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 …]
Dtest.proto550 message Communique { message