Lines Matching refs:startCursor
163 auto startCursor = GetStartCursor(); in Read() local
164 value.append(reinterpret_cast<const char *>(startCursor), head.len); in Read()
200 auto startCursor = GetStartCursor(); in Read() local
201 std::vector<uint8_t> buff(startCursor, startCursor + head.len); in Read()
245 auto startCursor = GetStartCursor(); in Read() local
246 std::vector<uint8_t> buff(startCursor, startCursor + head.len); in Read()
309 auto startCursor = buffer_->data(); in WriteBackHead() local
311 startCursor += tagCursor; in WriteBackHead()
313 auto tlvHead = reinterpret_cast<TLVHead *>(startCursor); in WriteBackHead()
329 auto startCursor = GetStartCursor(); in ReadHead() local
330 const auto *pHead = reinterpret_cast<const TLVHead *>(startCursor); in ReadHead()
381 auto startCursor = buffer_->data(); in GetStartCursor() local
383 startCursor += cursor_; in GetStartCursor()
385 return startCursor; in GetStartCursor()