xref
: /
aosp_15_r20
/
external
/
flatbuffers
/
tests
/
prototest
/
imported.proto
(revision 890232f25432b36107d06881e0a25aaa6b473652)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
proto.test
;
2
3
message ImportedMessage {
4
optional int32 a = 26;
5
}
6