xref
: /
aosp_15_r20
/
external
/
flatbuffers
/
tests
/
flatc
/
bar
/
baz
/
baz_with_ns.fbs
(revision 890232f25432b36107d06881e0a25aaa6b473652)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
namespace baz;
2
3
enum Baz : short {
4
None = 0,
5
Red,
6
Green,
7
Blue,
8
}