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

  /external/flatbuffers/tests/union_vector/
Rapunzel.java 13 public int hairLength() { return bb.getInt(bb_pos + 0); }
16 public static int createRapunzel(FlatBufferBuilder builder, int hairLength) {
18 builder.putInt(hairLength);
union_vector_generated.js 138 Rapunzel.prototype.hairLength = function() {

Completed in 56 milliseconds