Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go462 type Communique struct { struct
463 …eMeCry *bool `protobuf:"varint,1,opt,name=make_me_cry,json=makeMeCry" json:"make_me_cry,omitempty"`
477 Union isCommunique_Union `protobuf_oneof:"union"`
478 XXX_unrecognized []byte `json:"-"`
481 func (m *Communique) Reset() { *m = Communique{} }
482 func (m *Communique) String() string { return proto.CompactTextString(m) }
483 func (*Communique) ProtoMessage() {}
531 func (m *Communique) GetUnion() isCommunique_Union {
538 func (m *Communique) GetMakeMeCry() bool {
545 func (m *Communique) GetNumber() int32 {
[all …]
Dtest.proto135 message Communique { message
/external/golang-protobuf/proto/testdata/
Dtest.pb.go2726 type Communique struct { struct
2727 …eMeCry *bool `protobuf:"varint,1,opt,name=make_me_cry,json=makeMeCry" json:"make_me_cry,omitempty"`
2737 Union isCommunique_Union `protobuf_oneof:"union"`
2738 XXX_unrecognized []byte `json:"-"`
2741 func (m *Communique) Reset() { *m = Communique{} }
2742 func (m *Communique) String() string { return proto.CompactTextString(m) }
2743 func (*Communique) ProtoMessage() {}
2744 func (*Communique) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{30} }
2776 func (m *Communique) GetUnion() isCommunique_Union {
2783 func (m *Communique) GetMakeMeCry() bool {
[all …]
Dtest.proto536 message Communique { message