Searched refs:DictionaryLookup (Results 1 – 7 of 7) sorted by relevance
/external/flatbuffers/tests/DictionaryLookup/ |
D | LongFloatMap.java | 3 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()
|
D | LongFloatMap.kt | 3 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()
|
D | LongFloatEntry.kt | 3 package DictionaryLookup package
|
D | LongFloatEntry.java | 3 package DictionaryLookup; package
|
/external/flatbuffers/tests/ |
D | dictionary_lookup.fbs | 1 namespace DictionaryLookup;
|
D | KotlinTest.kt | 17 import DictionaryLookup.*;
|
D | JavaTest.java | 4 import DictionaryLookup.*;
|