Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
15802fa26c8357c0f6ee8b30d27f8fe482de6510
/
.
/
tests
/
dictionary_lookup.fbs
blob: 45b9dce47a0e44985e67d8e1e8b5ec0305caf7d9 [
file
]
namespace
DictionaryLookup
;
table
LongFloatEntry
{
key
:
long
(
key
);
value
:
float
;
}
table
LongFloatMap
{
entries
:
[
LongFloatEntry
];
}
root_type
LongFloatMap
;