Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/
Dsize_test.go154 {"oneof zero int32", &pb.Oneof{Union: &pb.Oneof_F_Int32{0}}},
155 {"oneof big int32", &pb.Oneof{Union: &pb.Oneof_F_Int32{1 << 20}}},
172 {"multiple oneofs", &pb.Oneof{Union: &pb.Oneof_F_Int32{1}, Tormato: &pb.Oneof_Value{2}}},
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3151 type Oneof_F_Int32 struct { struct
3217 func (*Oneof_F_Int32) isOneof_Union() {} argument
3264 if x, ok := m.GetUnion().(*Oneof_F_Int32); ok {
3403 (*Oneof_F_Int32)(nil),