Home
last modified time | relevance | path

Searched refs:addJustF32 (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/tests/optional_scalars/
DScalarStuff.java117 ScalarStuff.addJustF32(builder, just_f32); in createScalarStuff()
170 …public static void addJustF32(FlatBufferBuilder builder, float justF32) { builder.addFloat(24, jus… in addJustF32() method in ScalarStuff
Dscalar-stuff.js243 static addJustF32(builder, justF32) { method in ScalarStuff
323 ScalarStuff.addJustF32(builder, justF32);
DScalarStuff.kt221 addJustF32(builder, justF32) in ScalarStuffBufferHasIdentifier()
273 … fun addJustF32(builder: FlatBufferBuilder, justF32: Float) = builder.addFloat(24, justF32, 0.0) in startScalarStuff() method
Dscalar-stuff.ts310 static addJustF32(builder:flatbuffers.Builder, justF32:number) { method in ScalarStuff
405 ScalarStuff.addJustF32(builder, justF32);
/third_party/flatbuffers/tests/
DKotlinTest.kt544 ScalarStuff.addJustF32(fbb, 13.0f) in TestScalarOptional()
DJavaTest.java1313 ScalarStuff.addJustF32(fbb, 13.0f); in TestScalarOptional()