Searched refs:getRootAsStat (Results 1 – 3 of 3) 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
466 MyGame.Example.Stat.getRootAsStat = function(bb, obj) { function in MyGame.Example.Stat