Searched refs:addJustF64 (Results 1 – 6 of 6) sorted by relevance
/third_party/flatbuffers/tests/optional_scalars/ |
D | ScalarStuff.java | 108 ScalarStuff.addJustF64(builder, just_f64); in createScalarStuff() 173 …public static void addJustF64(FlatBufferBuilder builder, double justF64) { builder.addDouble(27, j… in addJustF64() method in ScalarStuff
|
D | scalar-stuff.js | 252 static addJustF64(builder, justF64) { method in ScalarStuff 327 ScalarStuff.addJustF64(builder, justF64);
|
D | ScalarStuff.kt | 212 addJustF64(builder, justF64) in ScalarStuffBufferHasIdentifier() 276 … fun addJustF64(builder: FlatBufferBuilder, justF64: Double) = builder.addDouble(27, justF64, 0.0) in startScalarStuff() method
|
D | scalar-stuff.ts | 322 static addJustF64(builder:flatbuffers.Builder, justF64:number) { method in ScalarStuff 409 ScalarStuff.addJustF64(builder, justF64);
|
/third_party/flatbuffers/tests/ |
D | KotlinTest.kt | 547 ScalarStuff.addJustF64(fbb, 14.0) in TestScalarOptional()
|
D | JavaTest.java | 1316 ScalarStuff.addJustF64(fbb, 14.0); in TestScalarOptional()
|