xref
: /
aosp_15_r20
/
external
/
flatbuffers
/
ts
/
encoding.ts
(revision 890232f25432b36107d06881e0a25aaa6b473652)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
export
enum
Encoding
{
2
UTF8_BYTES
=
1
,
3
UTF16_STRING
=
2
4
}