Searched defs:testnestedflatbuffer (Results 1 - 4 of 4) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
H A DMonster.java52 public int testnestedflatbuffer(int j) { int o = __offset(30); return o != 0 ? bb.get(__vector(o) + j * 1) & 0xFF : 0; } method in class:Monster
57 public boolean mutateTestnestedflatbuffer(int j, int testnestedflatbuffer) { int o = __offset(30); if (o != 0) { bb.put(__vector(o) + j * 1, (byte)testnestedflatbuffer); return true; } else { return false; } } argument
H A DMonster.cs49 public bool MutateTestnestedflatbuffer(int j, byte testnestedflatbuffer) { int o = __p.__offset(30); if (o != 0) { __p.bb.Put(__p.__vector(o) + j * 1, testnestedflatbuffer); return true; } else { return false; } } argument
/external/flatbuffers/tests/
H A Dmonster_test_generated.h466 std::vector<uint8_t> testnestedflatbuffer; member in struct:MyGame::Example::MonsterT
614 const flatbuffers::Vector<uint8_t> *testnestedflatbuffer() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS
621 const uint8_t* data = testnestedflatbuffer()->Data();
738 verifier.Verify(testnestedflatbuffer()) &&
804 void add_testnestedflatbuffer(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> testnestedflatbuffer) { argument
805 fbb_.AddOffset(Monster::VT_TESTNESTEDFLATBUFFER, testnestedflatbuffer);
879 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> testnestedflatbuffer = 0,
910 builder_.add_testnestedflatbuffer(testnestedflatbuffer);
941 const std::vector<uint8_t> *testnestedflatbuffer = nullptr,
971 testnestedflatbuffer
[all...]
H A Dmonster_test_generated.js824 MyGame.Example.Monster.prototype.testnestedflatbuffer = function(index) {

Completed in 97 milliseconds