Searched refs:getRootAsAttacker (Results 1 – 6 of 6) sorted by relevance
33 fun getRootAsAttacker(_bb: ByteBuffer): Attacker = getRootAsAttacker(_bb, Attacker()) in validateVersion() method34 fun getRootAsAttacker(_bb: ByteBuffer, obj: Attacker): Attacker { in validateVersion() method
11 …public static Attacker getRootAsAttacker(ByteBuffer _bb) { return getRootAsAttacker(_bb, new Attac… in getRootAsAttacker() method in Attacker12 …public static Attacker getRootAsAttacker(ByteBuffer _bb, Attacker obj) { _bb.order(ByteOrder.LITTL… in getRootAsAttacker() method in Attacker
15 public static function getRootAsAttacker(ByteBuffer $bb) function in Attacker
13 static getRootAsAttacker(bb, obj) { method in Attacker
16 static getRootAsAttacker(bb:flatbuffers.ByteBuffer, obj?:Attacker):Attacker { method in Attacker
333 …public static func getRootAsAttacker(bb: ByteBuffer) -> Attacker { return Attacker(Table(bb: bb, p… in getRootAsAttacker() function