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

  /test/vts/utils/native/libprofiling/
VtsProfilingUtil.cpp 64 const auto limit = input.PushLimit(size);
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 719 coded_input.PushLimit(sizeof(buffer_));
764 coded_input.PushLimit(sizeof(buffer_));
784 coded_input.PushLimit(sizeof(buffer_));
801 coded_input.PushLimit(16);
842 coded_input.PushLimit(sizeof(buffer_));
864 coded_input.PushLimit(16);
    [all...]
coded_stream.cc 119 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) {
146 // PushLimit().
157 return std::make_pair(PushLimit(byte_limit), --recursion_budget_);
162 return PushLimit(ReadVarint32(&length) ? length : 0);
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...]
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer.cpp 356 CodedInputStream::Limit l = in_.PushLimit(static_cast<int>(pb_size));
361 in_.PushLimit(0);
367 in_.PushLimit(0);
385 in_.PushLimit(0);
  /external/protobuf/src/google/protobuf/
message_lite.cc 190 decoder.PushLimit(size);
199 decoder.PushLimit(size);
wire_format_lite.cc 297 io::CodedInputStream::Limit limit = input->PushLimit(length);
320 io::CodedInputStream::Limit limit = input->PushLimit(length);
wire_format.cc 161 io::CodedInputStream::Limit limit = input->PushLimit(length);
498 io::CodedInputStream::Limit limit = input->PushLimit(length);
    [all...]
wire_format_lite_inl.h 334 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...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.cc 262 int old_limit = stream_->PushLimit(buffer32);
302 int old_limit = stream_->PushLimit(length);
733 int old_limit = stream_->PushLimit(buffer32);
    [all...]
  /frameworks/base/tools/incident_report/
main.cpp 59 CodedInputStream::Limit limit = in->PushLimit(size);
  /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...]
  /system/extras/simpleperf/
cmd_report_sample.cpp 269 auto limit = coded_is.PushLimit(size);
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 572 int oldLimit = PushLimit(length);
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedOutputStreamTest.cs 352 int oldlimit = cin.PushLimit((int)childlen);
  /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 2521 milliseconds