Home
last modified time | relevance | path

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

/external/flatbuffers/tests/union_vector/
DAttacker.kt18 val swordAttackDamage : Int constant in Attacker
DAttacker.java16 public int swordAttackDamage() { int o = __offset(4); return o != 0 ? bb.getInt(o + bb_pos) : 0; } in swordAttackDamage() method in Attacker
27 …public static void addSwordAttackDamage(FlatBufferBuilder builder, int swordAttackDamage) { builde… in addSwordAttackDamage()
Dunion_vector_generated.js77 Attacker.prototype.swordAttackDamage = function() { method in Attacker
108 Attacker.addSwordAttackDamage = function(builder, swordAttackDamage) { argument
126 Attacker.createAttacker = function(builder, swordAttackDamage) { argument
DAttacker.php78 public static function addSwordAttackDamage(FlatBufferBuilder $builder, $swordAttackDamage)
Dunion_vector_generated.ts56 swordAttackDamage():number { method in Attacker
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dunion_vector_generated.swift76 …public var swordAttackDamage: Int32 { let o = _accessor.offset(4); return o == 0 ? 0 : _accessor.r… variable
/external/flatbuffers/tests/
DKotlinTest.kt433 val swordAttackDamage = 1 in TestVectorOfUnions() constant
DJavaTest.java484 final int swordAttackDamage = 1; in TestVectorOfUnions() local
517 … TestEq(((Attacker)movie.characters(new Attacker(), 0)).swordAttackDamage(), swordAttackDamage); in TestVectorOfUnions() local