syntax = "proto3"; message TestMap { map m = 1; map mm = 2; } message TestMapEntry { int64 v = 1; }