Searched refs:vtableloc (Results 1 – 4 of 4) sorted by relevance
501 var vtableloc = Offset; in EndObject()506 ? vtableloc - _vtable[i] in EndObject()515 AddShort((short)(vtableloc - _objectStart)); in EndObject()541 _space = _bb.Length - vtableloc; in EndObject()543 _bb.PutInt(_space, existingVtable - vtableloc); in EndObject()558 _bb.PutInt(_bb.Length - vtableloc, Offset - vtableloc); in EndObject()562 return vtableloc; in EndObject()
680 int vtableloc = offset(); in endObject() local684 short off = (short)(vtable[i] != 0 ? vtableloc - vtable[i] : 0); in endObject()689 addShort((short)(vtableloc - object_start)); in endObject()713 space = bb.capacity() - vtableloc; in endObject()715 bb.putInt(space, existing_vtable - vtableloc); in endObject()722 bb.putInt(bb.capacity() - vtableloc, offset() - vtableloc); in endObject()726 return vtableloc; in endObject()
813 $vtableloc = $this->offset();816 $off = ($this->vtable[$i] != 0) ? $vtableloc - $this->vtable[$i] : 0;821 $this->addShort($vtableloc - $this->object_start);847 $this->space = $this->bb->capacity() - $vtableloc;848 $this->bb->putInt($this->space, $existing_vtable - $vtableloc);861 $this->bb->putInt($this->bb->capacity() - $vtableloc, $this->offset() - $vtableloc);866 return $vtableloc;
605 var vtableloc = this.offset();610 this.addInt16(this.vtable[i] != 0 ? vtableloc - this.vtable[i] : 0);614 this.addInt16(vtableloc - this.object_start);638 this.space = this.bb.capacity() - vtableloc;641 this.bb.writeInt32(this.space, existing_vtable - vtableloc);648 this.bb.writeInt32(this.bb.capacity() - vtableloc, this.offset() - vtableloc);652 return vtableloc;