Searched refs:getCursor (Results 1 – 2 of 2) sorted by relevance
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()
234 uint64_t getCursor() const { return Cursor; } in getCursor() function