Searched refs:add_hp (Results 1 - 3 of 3) sorted by relevance

/external/flatbuffers/samples/
H A Dmonster_generated.h261 void add_hp(int16_t hp) { function in struct:MyGame::Sample::MonsterBuilder
311 builder_.add_hp(hp);
/external/flatbuffers/tests/
H A Dmonster_test_generated.h774 void add_hp(int16_t hp) { function in struct:MyGame::Example::MonsterBuilder
919 builder_.add_hp(hp);
H A Dtest.cpp114 mb2.add_hp(1000);

Completed in 141 milliseconds