Searched refs:addTestbool (Results 1 – 5 of 5) sorted by relevance
412 self::addTestbool($builder, $testbool);691 public static function addTestbool(FlatBufferBuilder $builder, $testbool) function in MyGame\\Example\\Monster
115 …public static void addTestbool(FlatBufferBuilder builder, boolean testbool) { builder.addBoolean(1… in addTestbool() method in Monster
98 Monster.addTestbool(fbb, false); in main()
55 MyGame.Example.Monster.addTestbool(fbb, false);
1388 MyGame.Example.Monster.addTestbool = function(builder, testbool) { function in MyGame.Example.Monster