Searched refs:mutate_hp (Results 1 - 5 of 5) sorted by relevance

/external/flatbuffers/tests/
H A DJavaScriptTest.js83 monster.mutate_hp(120);
86 monster.mutate_hp(80);
H A Dtest.cpp285 auto hp_ok = monster->mutate_hp(10);
288 monster->mutate_hp(80);
309 first->mutate_hp(0);
311 first->mutate_hp(1000);
H A Dmonster_test_generated.js654 MyGame.Example.Monster.prototype.mutate_hp = function(value) {
H A Dmonster_test_generated.h549 bool mutate_hp(int16_t _hp) { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS
/external/flatbuffers/samples/
H A Dmonster_generated.h190 bool mutate_hp(int16_t _hp) { function in struct:MyGame::Sample::FLATBUFFERS_FINAL_CLASS

Completed in 140 milliseconds