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

  /external/flatbuffers/tests/MyGame/Example/
Monster.java 108 public boolean mutateVectorOfDoubles(int j, double vector_of_doubles) { int o = __offset(70); if (o != 0) { bb.putDouble(__vector(o) + j * 8, vector_of_doubles); return true; } else { return false; } } local
  /external/flatbuffers/tests/
monster_test_generated.h 602 std::vector<double> vector_of_doubles; member in struct:MyGame::Example::MonsterT
880 const flatbuffers::Vector<double> *vector_of_doubles() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS
945 verifier.Verify(vector_of_doubles()) &&
    [all...]

Completed in 142 milliseconds