xref
: /
frameworks
/
opt
/
gamesdk
/
third_party
/
protobuf-3.0.0
/
ruby
/
tests
/
test_import.proto
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
syntax = "proto3";
2
3
package foo_bar;
4
5
message TestImportedMessage {}
6