Home | Sort by relevance Sort by last modified time |
/external/flatbuffers/tests/MyGame/Example/ | |
Monster.java | 63 public Stat testempty() { return testempty(new Stat()); } method in class:Monster 64 public Stat testempty(Stat obj) { int o = __offset(32); return o != 0 ? obj.__assign(__indirect(o + bb_pos), bb) : null; } method in class:Monster |
/external/flatbuffers/tests/ | |
monster_test_generated.h | 1029 flatbuffers::unique_ptr<StatT> testempty; member in struct:MyGame::Example::MonsterT 1285 const Stat *testempty() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS [all...] |
monster_test_generated.js | 1140 MyGame.Example.Monster.prototype.testempty = function(obj) { method in class:MyGame.Example.Monster [all...] |