Searched refs:AddTestbool (Results 1 – 5 of 5) sorted by relevance
75 Monster.AddTestbool(builder, true); in BuildMonster()
100 Monster.AddTestbool(fbb, true); in CanCreateNewFlatBufferFromScratch()
70 \MyGame\Example\Monster::AddTestbool($fbb, true);
545 function Monster.AddTestbool(builder, testbool) builder:PrependBoolSlot(15, testbool, 0) end function
219 …public static void AddTestbool(FlatBufferBuilder builder, bool testbool) { builder.AddBool(15, tes… in AddTestbool() method