Searched refs:getRootAsStat (Results 1 – 6 of 6) sorted by relevance
12 public static Stat getRootAsStat(ByteBuffer _bb) { return getRootAsStat(_bb, new Stat()); } in getRootAsStat() method in Stat13 …public static Stat getRootAsStat(ByteBuffer _bb, Stat obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); r… in getRootAsStat() method in Stat
17 public static function getRootAsStat(ByteBuffer $bb) function in MyGame\\Example\\Stat
66 return MyGame.Example.Stat.getRootAsStat(buffer); in getExtractorOfStat()
38 Stat stat = Stat.getRootAsStat(builder.dataBuffer()); in createStat()
576 static getRootAsStat(bb:flatbuffers.ByteBuffer, obj?:Stat):Stat { method in MyGame.Example.Stat
649 MyGame.Example.Stat.getRootAsStat = function(bb, obj) { function in MyGame.Example.Stat