Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/DictionaryLookup/
H A DLongFloatMap.kt55 fun createLongFloatMap(builder: FlatBufferBuilder, entriesOffset: Int) : Int { in createLongFloatMap() method
H A DLongFloatMap.java26 public static int createLongFloatMap(FlatBufferBuilder builder, in createLongFloatMap() method in LongFloatMap