Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DMonster.java61 public boolean testbool() { int o = __offset(34); return o != 0 ? 0!=bb.get(o + bb_pos) : false; } in testbool() method in Monster
62 …public boolean mutateTestbool(boolean testbool) { int o = __offset(34); if (o != 0) { bb.put(o + b… in mutateTestbool()
136 …public static void addTestbool(FlatBufferBuilder builder, boolean testbool) { builder.addBoolean(1… in addTestbool()
DMonster.php505 …fstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $testhashs32_fn…
807 public static function addTestbool(FlatBufferBuilder $builder, $testbool)
DMonster.py456 def MonsterAddTestbool(builder, testbool): builder.PrependBoolSlot(15, testbool, 0) argument
/external/flatbuffers/tests/
Dmonster_test.schema.json111 "testbool" : { "type" : "boolean" }, object
Dmonster_test_generated.js991 MyGame.Example.Monster.prototype.testbool = function() { method in MyGame.Example.Monster
1634 MyGame.Example.Monster.addTestbool = function(builder, testbool) { argument
Dmonster_test_generated.ts981 testbool():boolean { method in MyGame.Example.Monster