xref
: /
aosp_15_r20
/
external
/
nanopb-c
/
tests
/
map
/
map.proto
(revision c8d645cafcee3f91213d30caa0fe303887010b9b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
syntax = "proto3";
2
3
message MyMessage {
4
map<string,uint32> numbers = 1;
5
}
6
7