Home
last modified time | relevance | path

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

/third_party/flatbuffers/ts/
Dbuilder.ts380 const standard_fields = 2; // The fields below: constant
382 const len = (trimmed_size + standard_fields) * SIZEOF_SHORT;
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java886 final int standard_fields = 2; // The fields below: in endTable() local
888 addShort((short)((trimmed_size + standard_fields) * SIZEOF_SHORT)); in endTable()
/third_party/flatbuffers/php/
DFlatbufferBuilder.php831 $standard_fields = 2; // the fields below
833 $this->addShort(($trimmed_size + $standard_fields) * Constants::SIZEOF_SHORT);