Home
last modified time | relevance | path

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

/external/flatbuffers/tests/ts/no_import_ext/optional-scalars/
Dscalar-stuff.js145 justBool() { method in ScalarStuff
265 static addJustBool(builder, justBool) { argument
293 …faultU64, justF32, maybeF32, defaultF32, justF64, maybeF64, defaultF64, justBool, maybeBool, defau… argument
Dscalar-stuff.ts182 justBool():boolean { method in ScalarStuff
/external/flatbuffers/tests/optional_scalars/
DScalarStuff.java71 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()
DScalarStuff.kt181 val justBool : Boolean constant in optional_scalars.ScalarStuff
DScalarStuff.py469 def ScalarStuffAddJustBool(builder, justBool): argument
472 def AddJustBool(builder, justBool): argument
/external/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/
Doptional_scalars_generated.swift112 …public var justBool: Bool { let o = _accessor.offset(VTOFFSET.justBool.v); return o == 0 ? false :… variable
/external/flatbuffers/tests/ts/optional-scalars/
Dscalar-stuff.ts182 justBool():boolean { method in ScalarStuff