Home | History | Annotate | Download | only in protobuf

Lines Matching refs:Limit

326   io::CodedInputStream::Limit limit = input->PushLimit(length);
332 input->PopLimit(limit);
360 io::CodedInputStream::Limit limit = input->PushLimit(length);
362 // Make sure that parsing stopped when the limit was hit, not at an endgroup
365 input->PopLimit(limit);
401 io::CodedInputStream::Limit limit = input->PushLimit(length);
405 // Make sure that parsing stopped when the limit was hit, not at an endgroup
408 input->PopLimit(limit);