Sign in
pigweed
/
third_party
/
github
/
nanopb
/
nanopb
/
722ef054b84ca4218e5ff1ce4e8f77617c8f752f
/
.
/
tests
/
map
/
map.proto
blob: f503625c01b8c99c79d3333bb0dea1445df473b7 [
file
]
syntax
=
"proto3"
;
message
MyMessage
{
map
<
string
,
uint32
>
numbers
=
1
;
}