Home
last modified time | relevance | path

Searched defs:entriesByKey (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/DictionaryLookup/
H A DLongFloatMap.kt32 fun entriesByKey(key: Long) : DictionaryLookup.LongFloatEntry? { in entriesByKey() method
40 …fun entriesByKey(obj: DictionaryLookup.LongFloatEntry, key: Long) : DictionaryLookup.LongFloatEntr… in entriesByKey() method
H A DLongFloatMap.java21 …public DictionaryLookup.LongFloatEntry entriesByKey(long key) { int o = __offset(4); return o != 0… in entriesByKey() method in LongFloatMap
22 …public DictionaryLookup.LongFloatEntry entriesByKey(DictionaryLookup.LongFloatEntry obj, long key)… in entriesByKey() method in LongFloatMap