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