Home
last modified time | relevance | path

Searched refs:Communique_Name (Results 1 – 6 of 6) sorted by relevance

/external/golang-protobuf/proto/
Dclone_test.go265 dst: &pb.Communique{Union: &pb.Communique_Name{"Bobby Tables"}},
270 dst: &pb.Communique{Union: &pb.Communique_Name{"Bobby Tables"}},
271 want: &pb.Communique{Union: &pb.Communique_Name{"Bobby Tables"}},
Dequal_test.go233 &pb.Communique{Union: &pb.Communique_Name{"Bobby Tables"}},
Dtext_parser_test.go664 want := &Communique{Union: &Communique_Name{"Shrek"}}
Dall_test.go2135 Union: &Communique_Name{"Barry"},
2150 if x, ok := m.Union.(*Communique_Name); !ok || x.Name != "Barry" {
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go762 type Communique_Name struct { struct
800 func (*Communique_Name) isCommunique_Union() {} argument
833 if x, ok := m.GetUnion().(*Communique_Name); ok {
899 (*Communique_Name)(nil),
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3519 type Communique_Name struct { struct
3541 func (*Communique_Name) isCommunique_Union() {} argument
3566 if x, ok := m.GetUnion().(*Communique_Name); ok {
3604 (*Communique_Name)(nil),