Lines Matching refs:Sword
464 our `orc` Monster, lets create some `Weapon`s: a `Sword` and an `Axe`.
468 auto weapon_one_name = builder.CreateString("Sword");
481 int weaponOneName = builder.createString("Sword")
494 var weaponOneName = builder.CreateString("Sword");
507 weaponOne := builder.CreateString("Sword")
510 // Create the first `Weapon` ("Sword").
525 weapon_one = builder.CreateString('Sword')
528 # Create the first `Weapon` ('Sword').
543 var weaponOne = builder.createString('Sword');
546 // Create the first `Weapon` ('Sword').
562 $weapon_one_name = $builder->createString("Sword");
576 ns(Weapon_ref_t) weapon_one_name = flatbuffers_string_create_str(B, "Sword");
590 to choose from (our `Sword` and `Axe` from earlier). In this case, we will
712 For example, take a look at the two `Weapon`s that we created earlier (`Sword`