Home
last modified time | relevance | path

Searched refs:DoneWithCheck (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dparse_context.h202 bool DoneWithCheck(const char** ptr, int d) { in DoneWithCheck() function
303 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()
Dparse_context.cc247 if (DoneWithCheck(&ptr, -1)) return nullptr; in ReadPackedFixed()