Home | History | Annotate | Download | only in tests

Lines Matching defs:hp

457   int16_t hp;
484 hp(100),
546 int16_t hp() const {
774 void add_hp(int16_t hp) {
775 fbb_.AddElement<int16_t>(Monster::VT_HP, hp, 100);
869 int16_t hp = 100,
919 builder_.add_hp(hp);
931 int16_t hp = 100,
961 hp,
1088 { auto _e = hp(); _o->hp = _e; };
1125 auto _hp = _o->hp;