Home
last modified time | relevance | path

Searched refs:Communique (Results 1 – 10 of 10) sorted by relevance

/external/golang-protobuf/proto/
Dclone_test.go264 src: &pb.Communique{Union: &pb.Communique_Number{41}},
265 dst: &pb.Communique{Union: &pb.Communique_Name{"Bobby Tables"}},
266 want: &pb.Communique{Union: &pb.Communique_Number{41}},
269 src: &pb.Communique{},
270 dst: &pb.Communique{Union: &pb.Communique_Name{"Bobby Tables"}},
271 want: &pb.Communique{Union: &pb.Communique_Name{"Bobby Tables"}},
274 src: &pb.Communique{Union: &pb.Communique_Number{1337}},
275 dst: &pb.Communique{},
276 want: &pb.Communique{Union: &pb.Communique_Number{1337}},
279 src: &pb.Communique{Union: &pb.Communique_Col{pb.MyMessage_RED}},
[all …]
Ddiscard_test.go83 in: &pb.Communique{
90 want: &pb.Communique{
141 m.Communique, _ = in.(*pb.Communique)
163 Communique *pb.Communique member
Dequal_test.go220 &pb.Communique{Union: &pb.Communique_Number{41}},
221 &pb.Communique{Union: &pb.Communique_Number{41}},
226 &pb.Communique{Union: &pb.Communique_Number{41}},
227 &pb.Communique{},
232 &pb.Communique{Union: &pb.Communique_Number{41}},
233 &pb.Communique{Union: &pb.Communique_Name{"Bobby Tables"}},
Dtext_test.go219 {&pb.Communique{}, ``},
221 {&pb.Communique{Union: &pb.Communique_Number{4}}, `number:4`},
223 {&pb.Communique{Union: &pb.Communique_Msg{
227 {&pb.Communique{Union: &pb.Communique_Msg{nil}}, `msg:/* nil */`},
Dtext_parser_test.go663 m := new(Communique)
664 want := &Communique{Union: &Communique_Name{"Shrek"}}
673 m = new(Communique)
Dall_test.go1323 m := &Communique{Union: &Communique_Msg{nil}}
2125 m := &Communique{}
2134 m = &Communique{
2178 m := &Communique{Union: &Communique_Data{Data: nil}}
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go701 type Communique struct { struct
722 func (m *Communique) Reset() { *m = Communique{} } argument
723 func (m *Communique) String() string { return proto.CompactTextString(m) } argument
724 func (*Communique) ProtoMessage() {} argument
725 func (*Communique) Descriptor() ([]byte, []int) { argument
729 func (m *Communique) XXX_Unmarshal(b []byte) error { argument
732 func (m *Communique) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
735 func (m *Communique) XXX_Merge(src proto.Message) { argument
738 func (m *Communique) XXX_Size() int { argument
741 func (m *Communique) XXX_DiscardUnknown() { argument
[all …]
Dtest.proto144 message Communique { message
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3462 type Communique struct { struct
3479 func (m *Communique) Reset() { *m = Communique{} } argument
3480 func (m *Communique) String() string { return proto.CompactTextString(m) } argument
3481 func (*Communique) ProtoMessage() {} argument
3482 func (*Communique) Descriptor() ([]byte, []int) { argument
3486 func (m *Communique) XXX_Unmarshal(b []byte) error { argument
3489 func (m *Communique) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
3492 func (m *Communique) XXX_Merge(src proto.Message) { argument
3495 func (m *Communique) XXX_Size() int { argument
3498 func (m *Communique) XXX_DiscardUnknown() { argument
[all …]
Dtest.proto550 message Communique { message