Home
last modified time | relevance | path

Searched defs:testbool (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonsterT.java24 private boolean testbool; field in MonsterT
116 public void setTestbool(boolean testbool) { this.testbool = testbool; } in setTestbool()
H A DMonster.php770 …fstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $testhashs32_fn…
1091 public static function addTestbool(FlatBufferBuilder $builder, $testbool)
H A DMonster.java75 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 DMonster.py886 def MonsterAddTestbool(builder, testbool): builder.PrependBoolSlot(15, testbool, 0) argument
887 def AddTestbool(builder, testbool): argument
H A DMonster.kt228 val testbool : Boolean constant in MyGame.Example.Monster
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dmonster_generated.rs204 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 Dmonster_generated.rs206 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 Dmonster.js149 testbool() { method in Monster
620 static addTestbool(builder, testbool) { argument
986 …tables = [], enemy = null, testnestedflatbuffer = [], testempty = null, testbool = false, testhash… argument
H A Dmonster.ts191 testbool():boolean { method in Monster
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/
H A Dmonster_test_generated.swift1228 …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 Dmonster_test_generated.swift1228 …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 Dmonster_test.schema.json227 "testbool" : { object
H A Dmonster_test_generated.py1593 def MonsterAddTestbool(builder, testbool): builder.PrependBoolSlot(15, testbool, 0) argument
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts858 testbool():boolean { method in MyGame_Example_Monster