()
| 113 | } |
| 114 | |
| 115 | func init() { |
| 116 | _, fdTestByte = loadFileDesc("reflection/grpc_testing/test.proto") |
| 117 | _, fdTestv3Byte = loadFileDesc("testv3.proto") |
| 118 | _, fdProto2Byte = loadFileDesc("reflection/grpc_testing/proto2.proto") |
| 119 | fdProto2Ext, fdProto2ExtByte = loadFileDesc("reflection/grpc_testing/proto2_ext.proto") |
| 120 | fdProto2Ext2, fdProto2Ext2Byte = loadFileDesc("reflection/grpc_testing/proto2_ext2.proto") |
| 121 | fdDynamic, fdDynamicFile, fdDynamicByte = loadFileDescDynamic(pbv3.FileDynamicProtoRawDesc) |
| 122 | } |
| 123 | |
| 124 | func (x) TestFileDescContainingExtension(t *testing.T) { |
| 125 | for _, test := range []struct { |
nothing calls this directly
no test coverage detected