Searched defs:defaultBool (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/optional_scalars/ |
H A D | scalar-stuff.js | 152 defaultBool() { method in ScalarStuff 267 static addDefaultBool(builder, defaultBool) { argument 289 …beF32, defaultF32, justF64, maybeF64, defaultF64, justBool, maybeBool, defaultBool, justEnum, mayb… argument
|
H A D | ScalarStuff.java | 62 …public boolean defaultBool() { int o = __offset(68); return o != 0 ? 0!=bb.get(o + bb_pos) : true;… in defaultBool() method in ScalarStuff 68 public static int createScalarStuff(FlatBufferBuilder builder, in createScalarStuff() 178 …public static void addDefaultBool(FlatBufferBuilder builder, boolean defaultBool) { builder.addBoo… in addDefaultBool()
|
H A D | ScalarStuff.kt | 179 val defaultBool : Boolean constant
|
H A D | ScalarStuff.py | 382 def ScalarStuffAddDefaultBool(builder, defaultBool): builder.PrependBoolSlot(32, defaultBool, 1) argument 383 def AddDefaultBool(builder, defaultBool): argument
|
H A D | scalar-stuff.ts | 190 defaultBool():boolean { method in ScalarStuff
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
H A D | optional_scalars_generated.swift | 116 …public var defaultBool: Bool { let o = _accessor.offset(VTOFFSET.defaultBool.v); return o == 0 ? t… variable
|
/aosp_15_r20/external/flatbuffers/tests/optional-scalars/ |
H A D | scalar-stuff.ts | 190 defaultBool():boolean { method in ScalarStuff
|