Searched refs:GetUnion (Results 1 – 3 of 3) sorted by relevance
/external/golang-protobuf/protoc-gen-go/testdata/my_test/ |
D | test.pb.go | 818 func (m *Communique) GetUnion() isCommunique_Union { func 826 if x, ok := m.GetUnion().(*Communique_Number); ok { 833 if x, ok := m.GetUnion().(*Communique_Name); ok { 840 if x, ok := m.GetUnion().(*Communique_Data); ok { 847 if x, ok := m.GetUnion().(*Communique_TempC); ok { 854 if x, ok := m.GetUnion().(*Communique_Height); ok { 861 if x, ok := m.GetUnion().(*Communique_Today); ok { 868 if x, ok := m.GetUnion().(*Communique_Maybe); ok { 875 if x, ok := m.GetUnion().(*Communique_Delta_); ok { 882 if x, ok := m.GetUnion().(*Communique_Msg); ok { [all …]
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 3249 func (m *Oneof) GetUnion() isOneof_Union { func 3257 if x, ok := m.GetUnion().(*Oneof_F_Bool); ok { 3264 if x, ok := m.GetUnion().(*Oneof_F_Int32); ok { 3271 if x, ok := m.GetUnion().(*Oneof_F_Int64); ok { 3278 if x, ok := m.GetUnion().(*Oneof_F_Fixed32); ok { 3285 if x, ok := m.GetUnion().(*Oneof_F_Fixed64); ok { 3292 if x, ok := m.GetUnion().(*Oneof_F_Uint32); ok { 3299 if x, ok := m.GetUnion().(*Oneof_F_Uint64); ok { 3306 if x, ok := m.GetUnion().(*Oneof_F_Float); ok { 3313 if x, ok := m.GetUnion().(*Oneof_F_Double); ok { [all …]
|
/external/golang-protobuf/jsonpb/jsonpb_test_proto/ |
D | test_objects.pb.go | 654 func (m *MsgWithOneof) GetUnion() isMsgWithOneof_Union { func 662 if x, ok := m.GetUnion().(*MsgWithOneof_Title); ok { 669 if x, ok := m.GetUnion().(*MsgWithOneof_Salary); ok { 676 if x, ok := m.GetUnion().(*MsgWithOneof_Country); ok { 683 if x, ok := m.GetUnion().(*MsgWithOneof_HomeAddress); ok { 690 if x, ok := m.GetUnion().(*MsgWithOneof_MsgWithRequired); ok {
|