Searched refs:DoneWithCheck (Results 1 – 2 of 2) sorted by relevance
202 bool DoneWithCheck(const char** ptr, int d) { in DoneWithCheck() function303 while (!DoneWithCheck(&ptr, -1)) { in AppendUntilEnd()337 bool Done(const char** ptr) { return DoneWithCheck(ptr, group_depth_); } in Done()338 bool DoneNoSlopCheck(const char** ptr) { return DoneWithCheck(ptr, -1); } in DoneNoSlopCheck()591 while (!DoneWithCheck(&ptr, -1)) { in ReadPackedVarint()
247 if (DoneWithCheck(&ptr, -1)) return nullptr; in ReadPackedFixed()