Searched defs:justBool (Results 1 – 7 of 7) sorted by relevance
/external/flatbuffers/tests/ts/no_import_ext/optional-scalars/ |
D | scalar-stuff.js | 145 justBool() { method in ScalarStuff 265 static addJustBool(builder, justBool) { argument 293 …faultU64, justF32, maybeF32, defaultF32, justF64, maybeF64, defaultF64, justBool, maybeBool, defau… argument
|
D | scalar-stuff.ts | 182 justBool():boolean { method in ScalarStuff
|
/external/flatbuffers/tests/optional_scalars/ |
D | ScalarStuff.java | 71 public boolean justBool() { int o = __offset(64); return o != 0 ? 0!=bb.get(o + bb_pos) : false; } in justBool() method in ScalarStuff 80 public static int createScalarStuff(FlatBufferBuilder builder, in createScalarStuff() 188 …public static void addJustBool(FlatBufferBuilder builder, boolean justBool) { builder.addBoolean(3… in addJustBool()
|
D | ScalarStuff.kt | 181 val justBool : Boolean constant in optional_scalars.ScalarStuff
|
D | ScalarStuff.py | 469 def ScalarStuffAddJustBool(builder, justBool): argument 472 def AddJustBool(builder, justBool): argument
|
/external/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/ |
D | optional_scalars_generated.swift | 112 …public var justBool: Bool { let o = _accessor.offset(VTOFFSET.justBool.v); return o == 0 ? false :… variable
|
/external/flatbuffers/tests/ts/optional-scalars/ |
D | scalar-stuff.ts | 182 justBool():boolean { method in ScalarStuff
|