Home | Sort by relevance Sort by last modified time |
/external/flatbuffers/tests/MyGame/Example/ | |
Monster.java | 94 public String testarrayofstring2(int j) { int o = __offset(60); return o != 0 ? __string(__vector(o) + j * 4) : null; } method in class:Monster |
/external/flatbuffers/tests/ | |
monster_test_generated.h | 1043 std::vector<std::string> testarrayofstring2; member in struct:MyGame::Example::MonsterT 1369 const flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>> *testarrayofstring2() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS [all...] |
monster_test_generated.js | 1451 MyGame.Example.Monster.prototype.testarrayofstring2 = function(index, optionalEncoding) { method in class:MyGame.Example.Monster [all...] |