Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
bcd2b9d03952bfeaec299aaa8cd481f2e4ae6dfe
/
.
/
tests
/
flatc
/
enum_val_attributes.fbs
blob: 33b67d7f22df300285ead6ba356b551141242c88 [
file
]
attribute display_name
;
enum
ValAttributes
:
int
{
Val1
=
0
(
display_name
:
"Value 1"
),
Val2
(
display_name
:
"Value 2"
),
Val3
(
deprecated
,
display_name
:
"Value 3 (deprecated)"
),
}