HomeSort by relevance Sort by last modified time
    Searched defs:vector_of_enums (Results 1 - 2 of 2) sorted by null

  /external/flatbuffers/tests/MyGame/Example/
Monster.java 160 public boolean mutateVectorOfEnums(int j, byte vector_of_enums) { int o = __offset(98); if (o != 0) { bb.put(__vector(o) + j * 1, vector_of_enums); return true; } else { return false; } } local
  /external/flatbuffers/tests/
monster_test_generated.h 1060 std::vector<Color> vector_of_enums; member in struct:MyGame::Example::MonsterT
1505 const flatbuffers::Vector<int8_t> *vector_of_enums() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS
    [all...]

Completed in 2422 milliseconds