Home
last modified time | relevance | path

Searched refs:Limit (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.h325 typedef int Limit; typedef
338 Limit PushLimit(int byte_limit);
342 void PopLimit(Limit limit);
419 std::pair<CodedInputStream::Limit, int> IncrementRecursionDepthAndPushLimit(
423 Limit ReadLengthAndPushLimit();
432 bool DecrementRecursionDepthAndPopLimit(Limit limit);
439 bool CheckEntireMessageConsumedAndPopLimit(Limit limit);
545 Limit current_limit_; // if position = -1, no limit is applied
Dcoded_stream.cc119 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) { in PushLimit()
123 Limit old_limit = current_limit_; in PushLimit()
144 void CodedInputStream::PopLimit(Limit limit) { in PopLimit()
155 std::pair<CodedInputStream::Limit, int>
160 CodedInputStream::Limit CodedInputStream::ReadLengthAndPushLimit() { in ReadLengthAndPushLimit()
165 bool CodedInputStream::DecrementRecursionDepthAndPopLimit(Limit limit) { in DecrementRecursionDepthAndPopLimit()
173 bool CodedInputStream::CheckEntireMessageConsumedAndPopLimit(Limit limit) { in CheckEntireMessageConsumedAndPopLimit()
Dcoded_stream_unittest.cc1009 CodedInputStream::Limit limit = coded_input.PushLimit(8); in TEST_1D()
1039 CodedInputStream::Limit limit1 = coded_input.PushLimit(8); in TEST_1D()
1041 CodedInputStream::Limit limit2 = coded_input.PushLimit(4); in TEST_1D()
1081 CodedInputStream::Limit limit1 = coded_input.PushLimit(4); in TEST_1D()
1083 CodedInputStream::Limit limit2 = coded_input.PushLimit(8); in TEST_1D()
1120 CodedInputStream::Limit limit = coded_input.PushLimit(4); in TEST_F()
1135 CodedInputStream::Limit limit = coded_input.PushLimit(-1234); in TEST_F()
1148 CodedInputStream::Limit limit = coded_input.PushLimit(-64); in TEST_F()
1162 CodedInputStream::Limit limit = coded_input.PushLimit(INT_MAX); in TEST_F()
1205 CodedInputStream::Limit limit = coded_input.PushLimit(16); in TEST_F()
/frameworks/av/media/libstagefright/xmlparser/api/
Dcurrent.txt46 public class Limit {
47 ctor public Limit();
75 method public java.util.List<media.codecs.Limit> getLimit_optional();
132 method public java.util.List<media.codecs.Limit> getLimit();
/frameworks/base/tools/aapt2/format/
DContainer.cpp185 const CodedInputStream::Limit limit = coded_in.PushLimit(static_cast<int>(length_)); in GetResTable()
233 const CodedInputStream::Limit limit = coded_in.PushLimit(static_cast<int>(header_length)); in GetResFileOffsets()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite_inl.h334 io::CodedInputStream::Limit limit = input->PushLimit(length); in ReadPackedPrimitive()
448 std::pair<io::CodedInputStream::Limit, int> p = in ReadMessage()
494 std::pair<io::CodedInputStream::Limit, int> p = in ReadMessageNoVirtual()
506 io::CodedInputStream::Limit old_limit = input->ReadLengthAndPushLimit(); in ReadMessageNoVirtualNoRecursionDepth()
Dwire_format_lite.cc297 io::CodedInputStream::Limit limit = input->PushLimit(length); in ReadPackedEnumNoInline()
320 io::CodedInputStream::Limit limit = input->PushLimit(length); in ReadPackedEnumPreserveUnknowns()
Dwire_format.cc161 io::CodedInputStream::Limit limit = input->PushLimit(length); in ReadPackedEnumPreserveUnknowns()
498 io::CodedInputStream::Limit limit = input->PushLimit(length); in ParseAndMergeField()
Dextension_set.cc1170 io::CodedInputStream::Limit limit = input->PushLimit(size); in ParseFieldWithExtensionInfo()
/frameworks/base/tools/incident_report/
Dmain.cpp60 CodedInputStream::Limit limit = in->PushLimit(size); in read_length_delimited()
/frameworks/base/core/proto/android/os/
Denums.proto72 // Battery Charge Limit - virtual thermal sensors.