Sign in
android
/
platform
/
external
/
flatbuffers
/
refs/heads/android16-security-release
/
.
/
tests
/
dictionary_lookup.fbs
blob: 45b9dce47a0e44985e67d8e1e8b5ec0305caf7d9 [
file
] [
edit
]
namespace
DictionaryLookup
;
table
LongFloatEntry
{
key
:
long
(
key
);
value
:
float
;
}
table
LongFloatMap
{
entries
:
[
LongFloatEntry
];
}
root_type
LongFloatMap
;