HomeSort by relevance Sort by last modified time
    Searched refs:PushLimit (Results 1 - 8 of 8) sorted by null

  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 786 CodedInputStream::Limit limit = coded_input.PushLimit(8);
816 CodedInputStream::Limit limit1 = coded_input.PushLimit(8);
818 CodedInputStream::Limit limit2 = coded_input.PushLimit(4);
858 CodedInputStream::Limit limit1 = coded_input.PushLimit(4);
860 CodedInputStream::Limit limit2 = coded_input.PushLimit(8);
897 CodedInputStream::Limit limit = coded_input.PushLimit(4);
912 CodedInputStream::Limit limit = coded_input.PushLimit(-1234);
925 CodedInputStream::Limit limit = coded_input.PushLimit(-64);
939 CodedInputStream::Limit limit = coded_input.PushLimit(INT_MAX);
    [all...]
coded_stream.h 149 // faster than using an ArrayInputStream. PushLimit(size) is implied by
272 // After the message's length is read, PushLimit() is used to prevent
277 // Opaque type used with PushLimit() and PopLimit(). Do not modify
291 // The value returned by PushLimit() is opaque to the caller, and must
293 Limit PushLimit(int byte_limit);
295 // Pops the last limit pushed by PushLimit(). The input must be the value
296 // returned by that call to PushLimit().
320 // This is unrelated to PushLimit()/PopLimit().
461 // limit created by PushLimit() or the total bytes limit), buffer_size_
    [all...]
coded_stream.cc 90 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) {
118 // PushLimit().
  /external/protobuf/src/google/protobuf/
message_lite.cc 183 decoder.PushLimit(size);
192 decoder.PushLimit(size);
wire_format_lite.cc 194 io::CodedInputStream::Limit limit = input->PushLimit(length);
wire_format_lite_inl.h 327 io::CodedInputStream::Limit limit = input->PushLimit(length);
361 io::CodedInputStream::Limit limit = input->PushLimit(length);
390 io::CodedInputStream::Limit limit = input->PushLimit(length);
wire_format.cc 450 io::CodedInputStream::Limit limit = input->PushLimit(length);
    [all...]
extension_set.cc 729 io::CodedInputStream::Limit limit = input->PushLimit(size);
    [all...]

Completed in 32 milliseconds