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

  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 712 coded_input.PushLimit(sizeof(buffer_));
757 coded_input.PushLimit(sizeof(buffer_));
777 coded_input.PushLimit(sizeof(buffer_));
794 coded_input.PushLimit(16);
835 coded_input.PushLimit(sizeof(buffer_));
857 coded_input.PushLimit(16);
    [all...]
coded_stream.cc 116 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) {
143 // PushLimit().
coded_stream.h 162 // faster than using an ArrayInputStream. PushLimit(size) is implied by
299 // After the message's length is read, PushLimit() is used to prevent
304 // Opaque type used with PushLimit() and PopLimit(). Do not modify
318 // The value returned by PushLimit() is opaque to the caller, and must
320 Limit PushLimit(int byte_limit);
322 // Pops the last limit pushed by PushLimit(). The input must be the value
323 // returned by that call to PushLimit().
351 // This is unrelated to PushLimit()/PopLimit().
498 // limit created by PushLimit() or the total bytes limit), buffer_size_
    [all...]
  /external/protobuf/src/google/protobuf/
message_lite.cc 183 decoder.PushLimit(size);
192 decoder.PushLimit(size);
wire_format_lite_inl.h 332 io::CodedInputStream::Limit limit = input->PushLimit(length);
446 io::CodedInputStream::Limit limit = input->PushLimit(length);
487 io::CodedInputStream::Limit limit = input->PushLimit(length);
    [all...]
wire_format_lite.cc 287 io::CodedInputStream::Limit limit = input->PushLimit(length);
wire_format.cc 477 io::CodedInputStream::Limit limit = input->PushLimit(length);
    [all...]
extension_set.cc     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 326 io::CodedInputStream::Limit limit = input->PushLimit(length);
360 io::CodedInputStream::Limit limit = input->PushLimit(length);
401 io::CodedInputStream::Limit limit = input->PushLimit(length);
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 326 io::CodedInputStream::Limit limit = input->PushLimit(length);
360 io::CodedInputStream::Limit limit = input->PushLimit(length);
401 io::CodedInputStream::Limit limit = input->PushLimit(length);
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 326 io::CodedInputStream::Limit limit = input->PushLimit(length);
360 io::CodedInputStream::Limit limit = input->PushLimit(length);
401 io::CodedInputStream::Limit limit = input->PushLimit(length);
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 326 io::CodedInputStream::Limit limit = input->PushLimit(length);
360 io::CodedInputStream::Limit limit = input->PushLimit(length);
401 io::CodedInputStream::Limit limit = input->PushLimit(length);
    [all...]
  /frameworks/base/tools/aapt2/proto/
TableProtoDeserializer.cpp 484 mIn.PushLimit(static_cast<int>(pbSize));
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 162 // faster than using an ArrayInputStream. PushLimit(size) is implied by
288 // After the message's length is read, PushLimit() is used to prevent
293 // Opaque type used with PushLimit() and PopLimit(). Do not modify
307 // The value returned by PushLimit() is opaque to the caller, and must
309 Limit PushLimit(int byte_limit);
311 // Pops the last limit pushed by PushLimit(). The input must be the value
312 // returned by that call to PushLimit().
340 // This is unrelated to PushLimit()/PopLimit().
483 // limit created by PushLimit() or the total bytes limit), buffer_size_
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 162 // faster than using an ArrayInputStream. PushLimit(size) is implied by
288 // After the message's length is read, PushLimit() is used to prevent
293 // Opaque type used with PushLimit() and PopLimit(). Do not modify
307 // The value returned by PushLimit() is opaque to the caller, and must
309 Limit PushLimit(int byte_limit);
311 // Pops the last limit pushed by PushLimit(). The input must be the value
312 // returned by that call to PushLimit().
340 // This is unrelated to PushLimit()/PopLimit().
483 // limit created by PushLimit() or the total bytes limit), buffer_size_
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 162 // faster than using an ArrayInputStream. PushLimit(size) is implied by
288 // After the message's length is read, PushLimit() is used to prevent
293 // Opaque type used with PushLimit() and PopLimit(). Do not modify
307 // The value returned by PushLimit() is opaque to the caller, and must
309 Limit PushLimit(int byte_limit);
311 // Pops the last limit pushed by PushLimit(). The input must be the value
312 // returned by that call to PushLimit().
340 // This is unrelated to PushLimit()/PopLimit().
483 // limit created by PushLimit() or the total bytes limit), buffer_size_
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 165 // faster than using an ArrayInputStream. PushLimit(size) is implied by
306 // After the message's length is read, PushLimit() is used to prevent
311 // Opaque type used with PushLimit() and PopLimit(). Do not modify
325 // The value returned by PushLimit() is opaque to the caller, and must
327 Limit PushLimit(int byte_limit);
329 // Pops the last limit pushed by PushLimit(). The input must be the value
330 // returned by that call to PushLimit().
358 // This is unrelated to PushLimit()/PopLimit().
403 // Shorthand for make_pair(PushLimit(byte_limit), --recursion_budget_).
411 // Shorthand for PushLimit(ReadVarint32(&length) ? length : 0)
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 162 // faster than using an ArrayInputStream. PushLimit(size) is implied by
288 // After the message's length is read, PushLimit() is used to prevent
293 // Opaque type used with PushLimit() and PopLimit(). Do not modify
307 // The value returned by PushLimit() is opaque to the caller, and must
309 Limit PushLimit(int byte_limit);
311 // Pops the last limit pushed by PushLimit(). The input must be the value
312 // returned by that call to PushLimit().
340 // This is unrelated to PushLimit()/PopLimit().
483 // limit created by PushLimit() or the total bytes limit), buffer_size_
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 334 io::CodedInputStream::Limit limit = input->PushLimit(length);
    [all...]

Completed in 7764 milliseconds