HomeSort by relevance Sort by last modified time
    Searched refs:weapon (Results 1 - 3 of 3) sorted by null

  /external/libevent/test/
regress.rpc 11 string weapon = 0x10121;
regress_rpc.c 121 EVTAG_ASSIGN(kill_reply, weapon, "dagger");
329 char *weapon; local
343 if (EVTAG_GET(kill, weapon, &weapon) == -1) {
344 fprintf(stderr, "get weapon\n");
352 if (strcmp(weapon, "dagger"))
368 char *weapon; local
374 if (EVTAG_GET(kill, weapon, &weapon) == -1) {
375 fprintf(stderr, "get weapon\n")
    [all...]
  /external/flatbuffers/samples/
sample_binary.go 122 weapon := new(sample.Weapon) // We need a `sample.Weapon` to pass into `monster.Weapons()`
125 if monster.Weapons(weapon, i) {
126 assert(string(weapon.Name()) == expectedWeaponNames[i], "`weapon.Name()`",
127 string(weapon.Name()), expectedWeaponNames[i])
128 assert(int(weapon.Damage()) == expectedWeaponDamages[i],
129 "`weapon.Damage()`", strconv.Itoa(int(weapon.Damage()))
    [all...]

Completed in 462 milliseconds