Home
last modified time | relevance | path

Searched defs:EndedAtLimit (Results 1 – 2 of 2) sorted by relevance

/external/cronet/third_party/protobuf/src/google/protobuf/
Dparse_context.h193 bool EndedAtLimit() const { return last_tag_minus_1_ == 0; } in EndedAtLimit() function
/external/protobuf/src/google/protobuf/
Dparse_context.h195 bool EndedAtLimit() const { return last_tag_minus_1_ == 0; } in EndedAtLimit() function