Sign in
protobuf-dt
/
protobuf
/
82f947eab7300d1363f8042896d53525a38717b4
/
.
/
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
;
}