Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/optional_scalars/
H A Dscalar-stuff.js144 justBool() { method in ScalarStuff
261 static addJustBool(builder, justBool) { argument
289 …faultU64, justF32, maybeF32, defaultF32, justF64, maybeF64, defaultF64, justBool, maybeBool, defau… argument
H A DScalarStuff.java59 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 DScalarStuff.kt169 val justBool : Boolean constant in optional_scalars.ScalarStuff
H A DScalarStuff.py376 def ScalarStuffAddJustBool(builder, justBool): builder.PrependBoolSlot(30, justBool, 0) argument
377 def AddJustBool(builder, justBool): argument
H A Dscalar-stuff.ts180 justBool():boolean { method in ScalarStuff
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A Doptional_scalars_generated.swift114 …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 Dscalar-stuff.ts180 justBool():boolean { method in ScalarStuff