Searched refs:standard_fields (Results 1 – 3 of 3) sorted by relevance
778 final int standard_fields = 2; // The fields below: in endObject() local780 addShort((short)((trimmed_size + standard_fields) * SIZEOF_SHORT)); in endObject()
831 $standard_fields = 2; // the fields below833 $this->addShort(($trimmed_size + $standard_fields) * Constants::SIZEOF_SHORT);
631 var standard_fields = 2; // The fields below:633 var len = (trimmed_size + standard_fields) * flatbuffers.SIZEOF_SHORT;