Home
last modified time | relevance | path

Searched defs:justF64 (Results 1 – 7 of 7) sorted by relevance

/external/flatbuffers/tests/ts/no_import_ext/optional-scalars/
Dscalar-stuff.js133 justF64() { method in ScalarStuff
256 static addJustF64(builder, justF64) { argument
293 …efaultI64, justU64, maybeU64, defaultU64, justF32, maybeF32, defaultF32, justF64, maybeF64, defaul… argument
Dscalar-stuff.ts167 justF64():number { method in ScalarStuff
/external/flatbuffers/tests/optional_scalars/
DScalarStuff.java67 public double justF64() { int o = __offset(58); return o != 0 ? bb.getDouble(o + bb_pos) : 0.0; } in justF64() method in ScalarStuff
80 public static int createScalarStuff(FlatBufferBuilder builder, in createScalarStuff()
185 …public static void addJustF64(FlatBufferBuilder builder, double justF64) { builder.addDouble(27, j… in addJustF64()
DScalarStuff.kt166 val justF64 : Double constant
DScalarStuff.py451 def ScalarStuffAddJustF64(builder, justF64): argument
454 def AddJustF64(builder, justF64): argument
/external/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/
Doptional_scalars_generated.swift109 …public var justF64: Double { let o = _accessor.offset(VTOFFSET.justF64.v); return o == 0 ? 0.0 : _… variable
/external/flatbuffers/tests/ts/optional-scalars/
Dscalar-stuff.ts167 justF64():number { method in ScalarStuff