Searched defs:justBool (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/optional_scalars/ |
H A D | scalar-stuff.js | 144 justBool() { method in ScalarStuff 261 static addJustBool(builder, justBool) { argument 289 …faultU64, justF32, maybeF32, defaultF32, justF64, maybeF64, defaultF64, justBool, maybeBool, defau… argument
|
H A D | ScalarStuff.java | 59 public boolean justBool() { int o = __offset(64); return o != 0 ? 0!=bb.get(o + bb_pos) : false; } in justBool() method in ScalarStuff 68 public static int createScalarStuff(FlatBufferBuilder builder, in createScalarStuff() 176 …public static void addJustBool(FlatBufferBuilder builder, boolean justBool) { builder.addBoolean(3… in addJustBool()
|
H A D | ScalarStuff.kt | 169 val justBool : Boolean constant in optional_scalars.ScalarStuff
|
H A D | ScalarStuff.py | 376 def ScalarStuffAddJustBool(builder, justBool): builder.PrependBoolSlot(30, justBool, 0) argument 377 def AddJustBool(builder, justBool): argument
|
H A D | scalar-stuff.ts | 180 justBool():boolean { method in ScalarStuff
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
H A D | optional_scalars_generated.swift | 114 …public var justBool: Bool { let o = _accessor.offset(VTOFFSET.justBool.v); return o == 0 ? false :… variable
|
/aosp_15_r20/external/flatbuffers/tests/optional-scalars/ |
H A D | scalar-stuff.ts | 180 justBool():boolean { method in ScalarStuff
|