Home
last modified time | relevance | path

Searched refs:Oneof_F_Enum (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/proto/
Dsize_test.go167 {"oneof enum", &pb.Oneof{Union: &pb.Oneof_F_Enum{pb.MyMessage_BLUE}}},
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3199 type Oneof_F_Enum struct { struct
3241 func (*Oneof_F_Enum) isOneof_Union() {} argument
3348 if x, ok := m.GetUnion().(*Oneof_F_Enum); ok {
3415 (*Oneof_F_Enum)(nil),