Home
last modified time | relevance | path

Searched defs:addJustF64 (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/tests/optional_scalars/
DScalarStuff.kt276 … fun addJustF64(builder: FlatBufferBuilder, justF64: Double) = builder.addDouble(27, justF64, 0.0) in startScalarStuff() method
Dscalar-stuff.ts322 static addJustF64(builder:flatbuffers.Builder, justF64:number) { method in ScalarStuff
Dscalar-stuff.js252 static addJustF64(builder, justF64) { method in ScalarStuff
DScalarStuff.java173 …public static void addJustF64(FlatBufferBuilder builder, double justF64) { builder.addDouble(27, j… in addJustF64() method in ScalarStuff