Home
last modified time | relevance | path

Searched refs:getCursor (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/js/binary/
Dreader.js78 this.fieldCursor_ = this.decoder_.getCursor();
177 jspb.BinaryReader.prototype.getCursor = function() { method in jspb.BinaryReader
178 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) {
Ddecoder.js218 jspb.BinaryDecoder.prototype.getCursor = function() { method in jspb.BinaryDecoder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp203 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h235 uint64_t getCursor() const { return Cursor; } in getCursor() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp3008 NaClBitstreamCursor &getCursor() const { return Record.GetCursor(); } in getCursor() function in __anona360ed9e0111::ModuleParser
3119 NaClBitstreamCursor &OldCursor(ModParser->getCursor()); in getParsedCfg()