kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/cxx/indexer/proto/testdata/proto3.proto (about)

     1  syntax = "proto3";
     2  
     3  package kythe.test;
     4  
     5  //- @Value defines/binding ValueMessage
     6  message Value {}
     7  
     8  //- @Proto3Message defines/binding Proto3Message
     9  message Proto3Message {
    10    //- @map_field defines/binding MapField
    11    //- MapField childof Proto3Message
    12    //- MapField.node/kind variable
    13    //- @Value ref ValueMessage
    14    map < string , Value > map_field = 42;
    15  }