Home
last modified time | relevance | path

Searched refs:PopLimit (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream_unittest.cc1021 coded_input.PopLimit(limit); in TEST_1D()
1052 coded_input.PopLimit(limit2); in TEST_1D()
1061 coded_input.PopLimit(limit1); in TEST_1D()
1096 coded_input.PopLimit(limit2); in TEST_1D()
1103 coded_input.PopLimit(limit1); in TEST_1D()
1126 coded_input.PopLimit(limit); in TEST_F()
1139 coded_input.PopLimit(limit); in TEST_F()
1152 coded_input.PopLimit(limit); in TEST_F()
1166 coded_input.PopLimit(limit); in TEST_F()
1217 coded_input.PopLimit(limit); in TEST_F()
Dcoded_stream.cc144 void CodedInputStream::PopLimit(Limit limit) { in PopLimit() function in google::protobuf::io::CodedInputStream
167 PopLimit(limit); in DecrementRecursionDepthAndPopLimit()
175 PopLimit(limit); in CheckEntireMessageConsumedAndPopLimit()
Dcoded_stream.h342 void PopLimit(Limit limit);
/frameworks/base/tools/aapt2/format/
DContainer.cpp186 auto guard = ::android::base::make_scope_guard([&]() { coded_in.PopLimit(limit); }); in GetResTable()
234 auto guard = ::android::base::make_scope_guard([&]() { coded_in.PopLimit(limit); }); in GetResFileOffsets()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedInputStream.cs582 PopLimit(oldLimit); in ReadMessage()
966 internal void PopLimit(int oldLimit) in PopLimit() method in Google.Protobuf.CodedInputStream
DFieldCodec.cs313 input.PopLimit(oldLimit); in Read()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.cc308 input->PopLimit(limit); in ReadPackedEnumNoInline()
336 input->PopLimit(limit); in ReadPackedEnumPreserveUnknowns()
Dwire_format.cc174 input->PopLimit(limit); in ReadPackedEnumPreserveUnknowns()
569 input->PopLimit(limit); in ParseAndMergeField()
Dwire_format_lite_inl.h340 input->PopLimit(limit); in ReadPackedPrimitive()
Dextension_set.cc1225 input->PopLimit(limit); in ParseFieldWithExtensionInfo()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs109 input.PopLimit(oldLimit); in AddEntriesFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc299 stream_->PopLimit(old_limit); in RenderMap()
312 stream_->PopLimit(old_limit); in RenderPacked()
765 stream_->PopLimit(old_limit); in RenderField()
/frameworks/base/tools/incident_report/
Dmain.cpp62 in->PopLimit(limit); in read_length_delimited()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs379 cin.PopLimit(oldlimit); in TestCodedInputOutputPosition()