Home | History | Annotate | Download | only in courgette

Lines Matching refs:finger

246   const uint8* finger = Varint::Parse32WithLimit(start, end, &version);
247 if (finger == NULL)
253 finger = Varint::Parse32WithLimit(finger, end, &count);
254 if (finger == NULL)
265 finger = Varint::Parse32WithLimit(finger, end, &lengths[i]);
266 if (finger == NULL)
272 if (static_cast<size_t>(end - finger) != accumulated_length)
275 accumulated_length = finger - start;