Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc1034 coded_input.PopLimit(limit); in TEST_1D()
1065 coded_input.PopLimit(limit2); in TEST_1D()
1074 coded_input.PopLimit(limit1); in TEST_1D()
1109 coded_input.PopLimit(limit2); in TEST_1D()
1116 coded_input.PopLimit(limit1); in TEST_1D()
1139 coded_input.PopLimit(limit); in TEST_F()
1152 coded_input.PopLimit(limit); in TEST_F()
1165 coded_input.PopLimit(limit); in TEST_F()
1179 coded_input.PopLimit(limit); in TEST_F()
1231 coded_input.PopLimit(limit); in TEST_F()
Dcoded_stream.cc137 void CodedInputStream::PopLimit(Limit limit) { in PopLimit() function in google::protobuf::io::CodedInputStream
160 PopLimit(limit); in DecrementRecursionDepthAndPopLimit()
168 PopLimit(limit); in CheckEntireMessageConsumedAndPopLimit()
Dcoded_stream.h366 void PopLimit(Limit limit);
/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs622 internal void PopLimit(int oldLimit) in PopLimit() method in Google.Protobuf.CodedInputStream
624 SegmentedBufferHelper.PopLimit(ref state, oldLimit); in PopLimit()
DParsingPrimitivesMessages.cs134 SegmentedBufferHelper.PopLimit(ref ctx.state, oldLimit); in ReadMessage()
DSegmentedBufferHelper.cs135 public static void PopLimit(ref ParserInternalState state, int oldLimit) in PopLimit() method
DFieldCodec.cs614 SegmentedBufferHelper.PopLimit(ref ctx.state, oldLimit);
/third_party/protobuf/src/google/protobuf/util/
Ddelimited_message_util.cc85 input->PopLimit(limit); in ParseDelimitedFromCodedStream()
/third_party/protobuf/src/google/protobuf/
Dparse_context.h138 PROTOBUF_MUST_USE_RESULT bool PopLimit(int delta) { in PopLimit() function
617 if (!PopLimit(old)) return nullptr;
633 if (!PopLimit(old)) return nullptr;
Dwire_format_lite.cc315 input->PopLimit(limit); in ReadPackedEnumPreserveUnknowns()
Dgenerated_message_table_driven_lite.h817 input->PopLimit(limit); in MergePartialFromCodedStreamInlined()
Dwire_format.cc190 input->PopLimit(limit); in ReadPackedEnumPreserveUnknowns()
519 input->PopLimit(limit); in ParseAndMergeField()
Dwire_format_lite.h1150 input->PopLimit(limit); in ReadPackedPrimitive()
Dextension_set.cc1289 input->PopLimit(limit); in ParseFieldWithExtensionInfo()
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc317 stream_->PopLimit(old_limit); in RenderMap()
330 stream_->PopLimit(old_limit); in RenderPacked()
801 stream_->PopLimit(old_limit); in RenderField()
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs156 SegmentedBufferHelper.PopLimit(ref ctx.state, oldLimit); in AddEntriesFrom()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs379 cin.PopLimit(oldlimit); in TestCodedInputOutputPosition()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs473 cin.PopLimit(oldlimit); in TestCodedInputOutputPosition()
/third_party/protobuf/
Dlibprotobuf_lite.map337 "google::protobuf::io::CodedInputStream::PopLimit(int)";