Sign in
flutter
/
third_party
/
protobuf
/
f47a22d80515b2a3dfdc4a47f7f889c7021922b4
/
.
/
tests
/
test.proto
blob: 9c24aa05ab96ae786c3491ca1072907ad65be2c0 [
file
] [
log
] [
blame
]
syntax
=
"proto2"
;
package
upb_test
;
message
MapTest
{
map
<
string
,
double
>
map_string_double
=
1
;
}
message
MessageName
{
optional
int32
field1
=
1
;
optional
int32
field2
=
2
;
}