Home
last modified time | relevance | path

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

/external/flatbuffers/tests/union_vector/
DAttacker.java15 public int swordAttackDamage() { int o = __offset(4); return o != 0 ? bb.getInt(o + bb_pos) : 0; } in swordAttackDamage() method in Attacker
26 …public static void addSwordAttackDamage(FlatBufferBuilder builder, int swordAttackDamage) { builde… in addSwordAttackDamage()
Dunion_vector_generated.js54 Attacker.prototype.swordAttackDamage = function() { method in Attacker
85 Attacker.addSwordAttackDamage = function(builder, swordAttackDamage) { argument
103 Attacker.createAttacker = function(builder, swordAttackDamage) { argument
DAttacker.php78 public static function addSwordAttackDamage(FlatBufferBuilder $builder, $swordAttackDamage)
Dunion_vector_generated.ts46 swordAttackDamage():number { method in Attacker
/external/flatbuffers/tests/
DJavaTest.java423 final int swordAttackDamage = 1; in TestVectorOfUnions() local
451 … TestEq(((Attacker)movie.characters(new Attacker(), 0)).swordAttackDamage(), swordAttackDamage); in TestVectorOfUnions() local