Searched refs:Communique_Name (Results 1 – 6 of 6) sorted by relevance
/external/golang-protobuf/proto/ |
D | clone_test.go | 265 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"}},
|
D | equal_test.go | 233 &pb.Communique{Union: &pb.Communique_Name{"Bobby Tables"}},
|
D | text_parser_test.go | 664 want := &Communique{Union: &Communique_Name{"Shrek"}}
|
D | all_test.go | 2135 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/ |
D | test.pb.go | 762 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/ |
D | test.pb.go | 3519 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),
|