Sign in
chromium
/
chromiumos
/
third_party
/
zephyr
/
nanopb
/
c9124132a604047d0ef97a09c0e99cd9bed2c818
/
.
/
tests
/
map
/
map.proto
blob: f503625c01b8c99c79d3333bb0dea1445df473b7 [
file
] [
log
] [
blame
]
syntax
=
"proto3"
;
message
MyMessage
{
map
<
string
,
uint32
>
numbers
=
1
;
}