/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | MonsterT.java | 24 private boolean testbool; field in MonsterT 116 public void setTestbool(boolean testbool) { this.testbool = testbool; } in setTestbool()
|
H A D | Monster.php | 770 …fstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $testhashs32_fn… 1091 public static function addTestbool(FlatBufferBuilder $builder, $testbool)
|
H A D | Monster.java | 75 public boolean testbool() { int o = __offset(34); return o != 0 ? 0!=bb.get(o + bb_pos) : false; } in testbool() method in Monster 76 …public boolean mutateTestbool(boolean testbool) { int o = __offset(34); if (o != 0) { bb.put(o + b… in mutateTestbool() 246 …public static void addTestbool(FlatBufferBuilder builder, boolean testbool) { builder.addBoolean(1… in addTestbool()
|
H A D | Monster.py | 886 def MonsterAddTestbool(builder, testbool): builder.PrependBoolSlot(15, testbool, 0) argument 887 def AddTestbool(builder, testbool): argument
|
H A D | Monster.kt | 228 val testbool : Boolean constant in MyGame.Example.Monster
|
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/ |
H A D | monster_generated.rs | 204 let testbool = self.testbool(); in unpack() localVariable 440 pub fn testbool(&self) -> bool { in testbool() method 790 pub testbool: bool, field 1277 pub testbool: bool, field 1408 let testbool = self.testbool; in pack() localVariable
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
H A D | monster_generated.rs | 206 let testbool = self.testbool(); in unpack() localVariable 442 pub fn testbool(&self) -> bool { in testbool() method 792 pub testbool: bool, field 1496 pub testbool: bool, field 1627 let testbool = self.testbool; in pack() localVariable
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | monster.js | 149 testbool() { method in Monster 620 static addTestbool(builder, testbool) { argument 986 …tables = [], enemy = null, testnestedflatbuffer = [], testempty = null, testbool = false, testhash… argument
|
H A D | monster.ts | 191 testbool():boolean { method in Monster
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/ |
H A D | monster_test_generated.swift | 1228 …public var testbool: Bool { let o = _accessor.offset(VTOFFSET.testbool.v); return o == 0 ? false :… variable 2054 public var testbool: Bool variable
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
H A D | monster_test_generated.swift | 1228 …public var testbool: Bool { let o = _accessor.offset(VTOFFSET.testbool.v); return o == 0 ? false :… variable 2054 public var testbool: Bool variable
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | monster_test.schema.json | 227 "testbool" : { object
|
H A D | monster_test_generated.py | 1593 def MonsterAddTestbool(builder, testbool): builder.PrependBoolSlot(15, testbool, 0) argument
|
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/ |
H A D | monster_test_generated.ts | 858 testbool():boolean { method in MyGame_Example_Monster
|