Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/optional_scalars/
H A Dscalar-stuff.js148 maybeBool() { method in ScalarStuff
264 static addMaybeBool(builder, maybeBool) { argument
289 …justF32, maybeF32, defaultF32, justF64, maybeF64, defaultF64, justBool, maybeBool, defaultBool, ju… argument
H A DScalarStuff.java61 …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 DScalarStuff.kt174 val maybeBool : Boolean? constant
H A DScalarStuff.py379 def ScalarStuffAddMaybeBool(builder, maybeBool): builder.PrependBoolSlot(31, maybeBool, None) argument
380 def AddMaybeBool(builder, maybeBool): argument
H A Dscalar-stuff.ts185 maybeBool():boolean|null { method in ScalarStuff
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A Doptional_scalars_generated.swift115 …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 Dscalar-stuff.ts185 maybeBool():boolean|null { method in ScalarStuff