Home
last modified time | relevance | path

Searched defs:swordAttackDamage (Results 1 – 9 of 9) sorted by relevance

/external/flatbuffers/tests/union_vector/
Dattacker.js20 swordAttackDamage() { method in Attacker
38 static addSwordAttackDamage(builder, swordAttackDamage) { argument
45 static createAttacker(builder, swordAttackDamage) { argument
58 constructor(swordAttackDamage = 0) { argument
DAttackerT.java9 private int swordAttackDamage; field in AttackerT
13 …public void setSwordAttackDamage(int swordAttackDamage) { this.swordAttackDamage = swordAttackDama… in setSwordAttackDamage()
DAttacker.java16 public int swordAttackDamage() { int o = __offset(4); return o != 0 ? bb.getInt(o + bb_pos) : 0; } in swordAttackDamage() method in Attacker
20 int swordAttackDamage) { in createAttacker()
27 …public static void addSwordAttackDamage(FlatBufferBuilder builder, int swordAttackDamage) { builde… in addSwordAttackDamage()
Dattacker.ts25 swordAttackDamage():number { method in Attacker
78 public swordAttackDamage: number = 0 property in AttackerT
DAttacker.kt17 val swordAttackDamage : Int constant in Attacker
DAttacker.php78 public static function addSwordAttackDamage(FlatBufferBuilder $builder, $swordAttackDamage)
/external/flatbuffers/tests/
DKotlinTest.kt457 val swordAttackDamage = 1 in TestVectorOfUnions() constant
DJavaTest.java499 final int swordAttackDamage = 1; in TestVectorOfUnions() local
532 … TestEq(((Attacker)movie.characters(new Attacker(), 0)).swordAttackDamage(), swordAttackDamage); in TestVectorOfUnions() local
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dunion_vector_generated.swift344 …public var swordAttackDamage: Int32 { let o = _accessor.offset(VTOFFSET.swordAttackDamage.v); retu… variable
395 public var swordAttackDamage: Int32 variable