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

  /external/flatbuffers/tests/
test.cpp 285 auto hp_ok = monster->mutate_hp(10);
288 monster->mutate_hp(80);
309 first->mutate_hp(0);
311 first->mutate_hp(1000);
    [all...]
JavaScriptTest.js 83 monster.mutate_hp(120);
86 monster.mutate_hp(80);
monster_test_generated.h 549 bool mutate_hp(int16_t _hp) { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS
    [all...]
monster_test_generated.js 654 MyGame.Example.Monster.prototype.mutate_hp = function(value) { method in class:MyGame.Example.Monster
    [all...]
  /external/flatbuffers/samples/
monster_generated.h 190 bool mutate_hp(int16_t _hp) { function in struct:MyGame::Sample::FLATBUFFERS_FINAL_CLASS

Completed in 274 milliseconds