Sign in
protobuf-dt
/
protobuf
/
52c85994a0991b45930ebdb0317f563ac2d9a338
/
.
/
com.google.eclipse.protobuf.integration.test
/
protos
/
custom-options.proto
blob: 2110a64b57b513181683a7ab88b46417514d30b2 [
file
] [
log
] [
blame
]
package
com
.
google
.
test
;
import
"google/protobuf/descriptor.proto"
;
extend
google
.
protobuf
.
FileOptions
{
optional
int32
code
=
1000
;
optional
int32
info
=
1002
;
}