Home
last modified time | relevance | path

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

/external/protobuf/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.h331 void PopLimit(Limit limit);
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs582 PopLimit(oldLimit); in ReadMessage()
968 internal void PopLimit(int oldLimit) in PopLimit() method in Google.Protobuf.CodedInputStream
DFieldCodec.cs313 input.PopLimit(oldLimit); in Read()
/external/protobuf/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.cc1224 input->PopLimit(limit); in ParseFieldWithExtensionInfo()
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs110 input.PopLimit(oldLimit); in AddEntriesFrom()
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc293 stream_->PopLimit(old_limit); in RenderMap()
306 stream_->PopLimit(old_limit); in RenderPacked()
759 stream_->PopLimit(old_limit); in RenderField()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs379 cin.PopLimit(oldlimit); in TestCodedInputOutputPosition()