Searched defs:maybeBool (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/optional_scalars/ |
H A D | scalar-stuff.js | 148 maybeBool() { method in ScalarStuff 264 static addMaybeBool(builder, maybeBool) { argument 289 …justF32, maybeF32, defaultF32, justF64, maybeF64, defaultF64, justBool, maybeBool, defaultBool, ju… argument
|
H A D | ScalarStuff.java | 61 …public boolean maybeBool() { int o = __offset(66); return o != 0 ? 0!=bb.get(o + bb_pos) : false; } in maybeBool() method in ScalarStuff 68 public static int createScalarStuff(FlatBufferBuilder builder, in createScalarStuff() 177 …public static void addMaybeBool(FlatBufferBuilder builder, boolean maybeBool) { builder.addBoolean… in addMaybeBool()
|
H A D | ScalarStuff.kt | 174 val maybeBool : Boolean? constant
|
H A D | ScalarStuff.py | 379 def ScalarStuffAddMaybeBool(builder, maybeBool): builder.PrependBoolSlot(31, maybeBool, None) argument 380 def AddMaybeBool(builder, maybeBool): argument
|
H A D | scalar-stuff.ts | 185 maybeBool():boolean|null { method in ScalarStuff
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
H A D | optional_scalars_generated.swift | 115 …public var maybeBool: Bool? { let o = _accessor.offset(VTOFFSET.maybeBool.v); return o == 0 ? nil … variable
|
/aosp_15_r20/external/flatbuffers/tests/optional-scalars/ |
H A D | scalar-stuff.ts | 185 maybeBool():boolean|null { method in ScalarStuff
|