Sign in
flutter
/
third_party
/
protobuf
/
d1b851c9bc41f1e0c4567a322d36bb25da773db2
/
.
/
rust
/
test
/
cpp
/
interop
/
interop_test.proto
blob: ca3351d9165bfecdcc31211068292da648732fd1 [
file
] [
log
] [
blame
]
edition
=
"2023"
;
package
rust_cpp_interop_test
;
message
InteropTestMessage
{
int64
i64
=
1
;
bytes
bytes
=
2
;
bool
b
=
3
;
int32
default_int32
=
4
[
default
=
41
];
extensions
100
to
max
;
}
extend
InteropTestMessage
{
bytes
bytes_extension
=
100
;
}