Searched refs:vtableloc (Results 1 – 4 of 4) sorted by relevance
601 var vtableloc = Offset; in EndObject()610 ? vtableloc - _vtable[i] in EndObject()619 AddShort((short)(vtableloc - _objectStart)); in EndObject()645 _space = _bb.Length - vtableloc; in EndObject()647 _bb.PutInt(_space, existingVtable - vtableloc); in EndObject()662 _bb.PutInt(_bb.Length - vtableloc, Offset - vtableloc); in EndObject()666 return vtableloc; in EndObject()
766 int vtableloc = offset(); in endObject() local774 short off = (short)(vtable[i] != 0 ? vtableloc - vtable[i] : 0); in endObject()779 addShort((short)(vtableloc - object_start)); in endObject()803 space = bb.capacity() - vtableloc; in endObject()805 bb.putInt(space, existing_vtable - vtableloc); in endObject()812 bb.putInt(bb.capacity() - vtableloc, offset() - vtableloc); in endObject()816 return vtableloc; in endObject()
820 $vtableloc = $this->offset();827 $off = ($this->vtable[$i] != 0) ? $vtableloc - $this->vtable[$i] : 0;832 $this->addShort($vtableloc - $this->object_start);858 $this->space = $this->bb->capacity() - $vtableloc;859 $this->bb->putInt($this->space, $existing_vtable - $vtableloc);872 $this->bb->putInt($this->bb->capacity() - $vtableloc, $this->offset() - $vtableloc);877 return $vtableloc;
618 var vtableloc = this.offset();628 this.addInt16(this.vtable[i] != 0 ? vtableloc - this.vtable[i] : 0);632 this.addInt16(vtableloc - this.object_start);656 this.space = this.bb.capacity() - vtableloc;659 this.bb.writeInt32(this.space, existing_vtable - vtableloc);666 this.bb.writeInt32(this.bb.capacity() - vtableloc, this.offset() - vtableloc);670 return vtableloc;