xref
: /
aosp_15_r20
/
external
/
flatbuffers
/
tests
/
flatc
/
bar
/
bar_with_foo.fbs
(revision 890232f25432b36107d06881e0a25aaa6b473652)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
include "
foo.fbs
";
2
include "
baz/baz.fbs
";
3
4
table BarWithFoo {
5
foo:Foo;
6
}