Searched defs:getRootAsStat (Results 1 – 8 of 8) sorted by relevance
61 fun getRootAsStat(_bb: ByteBuffer): Stat = getRootAsStat(_bb, Stat()) in validateVersion() method62 fun getRootAsStat(_bb: ByteBuffer, obj: Stat): Stat { in validateVersion() method
13 public static Stat getRootAsStat(ByteBuffer _bb) { return getRootAsStat(_bb, new Stat()); } in getRootAsStat() method in Stat14 …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
16 static getRootAsStat(bb:flatbuffers.ByteBuffer, obj?:Stat):Stat { method in Stat
13 static getRootAsStat(bb, obj) { method in Stat
605 static getRootAsStat(bb:flatbuffers.ByteBuffer, obj?:MyGame_Example_Stat):MyGame_Example_Stat { method in MyGame_Example_Stat
879 …public static func getRootAsStat(bb: ByteBuffer) -> MyGame_Example_Stat { return MyGame_Example_St… in getRootAsStat() function