Searched defs:startStat (Results 1 – 8 of 8) sorted by relevance
73 fun startStat(builder: FlatBufferBuilder) = builder.startTable(3) in startStat() method
78 public static function startStat(FlatBufferBuilder $builder) function in MyGame\\Example\\Stat
37 public static void startStat(FlatBufferBuilder builder) { builder.startTable(3); } in startStat() method in Stat
68 static startStat(builder:flatbuffers.Builder) { method in Stat
51 static startStat(builder) { method in Stat
631 static startStat(builder:flatbuffers.Builder) { method in MyGame_Example_Stat
898 …public static func startStat(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 3) } in startStat() function