Sign in
flutter
/
third_party
/
protobuf
/
2559e78aa30732cb3a1b64e08db2db757ee2ce08
/
.
/
tests
/
test.proto
blob: c4b7e9c3dbd1490e5adae9d8e9d7ab5ce6253c7d [
file
] [
log
] [
blame
]
syntax
=
"proto2"
;
package
upb_test
;
message
MapTest
{
map
<
string
,
double
>
map_string_double
=
1
;
}