OpenGrok
Cross Reference: map.proto
xref
: /
external
/
nanopb-c
/
tests
/
map
/
map.proto
Home
|
History
|
Annotate
|
Download
|
only in
map
1
syntax = "proto3";
2
3
message MyMessage {
4
map<string,uint32> numbers = 1;
5
}
6
7