Searched refs:getCursor (Results 1 – 5 of 5) sorted by relevance
78 this.fieldCursor_ = this.decoder_.getCursor();177 jspb.BinaryReader.prototype.getCursor = function() { method in jspb.BinaryReader178 return this.decoder_.getCursor();280 this.fieldCursor_ = this.decoder_.getCursor();543 var newEnd = this.decoder_.getCursor() + length;592 var start = this.decoder_.getCursor();1049 var end = this.decoder_.getCursor() + length;1051 while (this.decoder_.getCursor() < end) {
218 jspb.BinaryDecoder.prototype.getCursor = function() { method in jspb.BinaryDecoder
203 uint32_t EndPos = Buff.getCursor() + LineTableLength * 4; in readGCNO()220 if (Buff.getCursor() != (EndPos - sizeof(uint32_t))) { in readGCNO()231 while (Buff.getCursor() < (EndPos - 2 * sizeof(uint32_t))) { in readGCNO()259 uint64_t EndPos = Buff.getCursor() + HeaderLength * sizeof(uint32_t); in readGCDA()290 if (Buff.getCursor() < EndPos) { in readGCDA()
235 uint64_t getCursor() const { return Cursor; } in getCursor() function
3008 NaClBitstreamCursor &getCursor() const { return Record.GetCursor(); } in getCursor() function in __anona360ed9e0111::ModuleParser3119 NaClBitstreamCursor &OldCursor(ModParser->getCursor()); in getParsedCfg()