Searched defs:addJustF64 (Results 1 – 4 of 4) sorted by relevance
276 … fun addJustF64(builder: FlatBufferBuilder, justF64: Double) = builder.addDouble(27, justF64, 0.0) in startScalarStuff() method
322 static addJustF64(builder:flatbuffers.Builder, justF64:number) { method in ScalarStuff
252 static addJustF64(builder, justF64) { method in ScalarStuff
173 …public static void addJustF64(FlatBufferBuilder builder, double justF64) { builder.addDouble(27, j… in addJustF64() method in ScalarStuff