kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/cxx/indexer/textproto/plugins/example/testdata/example.proto (about) 1 syntax = "proto3"; 2 3 package kythe_plugin_example; 4 5 message Person { 6 //- @name defines/binding NameField? 7 string name = 1; 8 9 //- @friend defines/binding FriendField? 10 repeated string friend = 2; 11 }