Searched defs:endVector (Results 1 - 3 of 3) sorted by relevance

/external/flatbuffers/java/com/google/flatbuffers/
H A DFlatBufferBuilder.java379 * <li>Call {@link #endVector()} to retrieve the offset of the array.</li>
404 * int offsetOfTheVector = fbb.endVector();
426 public int endVector() { method in class:FlatBufferBuilder
428 throw new AssertionError("FlatBuffers: endVector called without startVector");
437 * Call {@link #endVector} after this method to get an offset to the beginning
467 return endVector();
525 return endVector();
539 return endVector();
/external/flatbuffers/php/
H A DFlatbufferBuilder.php588 public function endVector() function
721 return $this->endVector();
/external/flatbuffers/js/
H A Dflatbuffers.js727 flatbuffers.Builder.prototype.endVector = function() {
786 return this.endVector();

Completed in 511 milliseconds