Sign in
flutter
/
third_party
/
protobuf
/
d2bc60c98cb495708e22b61dea1bed51c4e241a2
/
.
/
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
;
}