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