Home
last modified time | relevance | path

Searched refs:TestUTF8_Field (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go459 type TestUTF8_Field struct { struct
463 func (*TestUTF8_Field) isTestUTF8_Oneof() {} argument
473 if x, ok := m.GetOneof().(*TestUTF8_Field); ok {
496 (*TestUTF8_Field)(nil),
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3668 type TestUTF8_Field struct { struct
3672 func (*TestUTF8_Field) isTestUTF8_Oneof() {} argument
3682 if x, ok := m.GetOneof().(*TestUTF8_Field); ok {
3705 (*TestUTF8_Field)(nil),
/external/golang-protobuf/proto/
Dall_test.go2272 proto2: &TestUTF8{Oneof: &TestUTF8_Field{invalidUTF8}},
2273 proto3: &pb3.TestUTF8{Oneof: &pb3.TestUTF8_Field{invalidUTF8}},