Home
last modified time | relevance | path

Searched refs:DictionaryLookup (Results 1 – 7 of 7) sorted by relevance

/external/flatbuffers/tests/DictionaryLookup/
DLongFloatMap.java3 package DictionaryLookup; package
18 …public DictionaryLookup.LongFloatEntry entries(int j) { return entries(new DictionaryLookup.LongFl… in entries()
19 …public DictionaryLookup.LongFloatEntry entries(DictionaryLookup.LongFloatEntry obj, int j) { int o… in entries()
21 …public DictionaryLookup.LongFloatEntry entriesByKey(long key) { int o = __offset(4); return o != 0… in entriesByKey()
22 …ic DictionaryLookup.LongFloatEntry entriesByKey(DictionaryLookup.LongFloatEntry obj, long key) { i… in entriesByKey()
23 …public DictionaryLookup.LongFloatEntry.Vector entriesVector() { return entriesVector(new Dictionar… in entriesVector()
24 …public DictionaryLookup.LongFloatEntry.Vector entriesVector(DictionaryLookup.LongFloatEntry.Vector… in entriesVector()
DLongFloatMap.kt3 package DictionaryLookup package
19 …fun entries(j: Int) : DictionaryLookup.LongFloatEntry? = entries(DictionaryLookup.LongFloatEntry()… in entries()
20 fun entries(obj: DictionaryLookup.LongFloatEntry, j: Int) : DictionaryLookup.LongFloatEntry? { in entries()
32 fun entriesByKey(key: Long) : DictionaryLookup.LongFloatEntry? { in entriesByKey()
35 DictionaryLookup.LongFloatEntry.__lookup_by_key(null, __vector(o), key, bb) in entriesByKey()
40 …fun entriesByKey(obj: DictionaryLookup.LongFloatEntry, key: Long) : DictionaryLookup.LongFloatEntr… in entriesByKey()
43 DictionaryLookup.LongFloatEntry.__lookup_by_key(obj, __vector(o), key, bb) in entriesByKey()
DLongFloatEntry.kt3 package DictionaryLookup package
DLongFloatEntry.java3 package DictionaryLookup; package
/external/flatbuffers/tests/
Ddictionary_lookup.fbs1 namespace DictionaryLookup;
DKotlinTest.kt17 import DictionaryLookup.*;
DJavaTest.java4 import DictionaryLookup.*;