Home
last modified time | relevance | path

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

/external/flatbuffers/tests/DictionaryLookup/
DLongFloatMap.kt62 fun createEntriesVector(builder: FlatBufferBuilder, data: IntArray) : Int { in startLongFloatMap() method
DLongFloatMap.java35 …public static int createEntriesVector(FlatBufferBuilder builder, int[] data) { builder.startVector… in createEntriesVector() method in LongFloatMap