Home
last modified time | relevance | path

Searched refs:trimmed_size (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/ts/
Dbuilder.ts372 const trimmed_size = i + 1; constant
382 const len = (trimmed_size + standard_fields) * SIZEOF_SHORT;
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java879 int trimmed_size = i + 1; in endTable() local
888 addShort((short)((trimmed_size + standard_fields) * SIZEOF_SHORT)); in endTable()
/third_party/flatbuffers/php/
DFlatbufferBuilder.php825 $trimmed_size = $i + 1;
833 $this->addShort(($trimmed_size + $standard_fields) * Constants::SIZEOF_SHORT);