/third_party/protobuf/src/google/protobuf/io/ |
D | coded_stream_unittest.cc | 1034 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()
|
D | coded_stream.cc | 137 void CodedInputStream::PopLimit(Limit limit) { in PopLimit() function in google::protobuf::io::CodedInputStream 160 PopLimit(limit); in DecrementRecursionDepthAndPopLimit() 168 PopLimit(limit); in CheckEntireMessageConsumedAndPopLimit()
|
D | coded_stream.h | 366 void PopLimit(Limit limit);
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | CodedInputStream.cs | 622 internal void PopLimit(int oldLimit) in PopLimit() method in Google.Protobuf.CodedInputStream 624 SegmentedBufferHelper.PopLimit(ref state, oldLimit); in PopLimit()
|
D | ParsingPrimitivesMessages.cs | 134 SegmentedBufferHelper.PopLimit(ref ctx.state, oldLimit); in ReadMessage()
|
D | SegmentedBufferHelper.cs | 135 public static void PopLimit(ref ParserInternalState state, int oldLimit) in PopLimit() method
|
D | FieldCodec.cs | 614 SegmentedBufferHelper.PopLimit(ref ctx.state, oldLimit);
|
/third_party/protobuf/src/google/protobuf/util/ |
D | delimited_message_util.cc | 85 input->PopLimit(limit); in ParseDelimitedFromCodedStream()
|
/third_party/protobuf/src/google/protobuf/ |
D | parse_context.h | 138 PROTOBUF_MUST_USE_RESULT bool PopLimit(int delta) { in PopLimit() function 617 if (!PopLimit(old)) return nullptr; 633 if (!PopLimit(old)) return nullptr;
|
D | wire_format_lite.cc | 315 input->PopLimit(limit); in ReadPackedEnumPreserveUnknowns()
|
D | generated_message_table_driven_lite.h | 817 input->PopLimit(limit); in MergePartialFromCodedStreamInlined()
|
D | wire_format.cc | 190 input->PopLimit(limit); in ReadPackedEnumPreserveUnknowns() 519 input->PopLimit(limit); in ParseAndMergeField()
|
D | wire_format_lite.h | 1150 input->PopLimit(limit); in ReadPackedPrimitive()
|
D | extension_set.cc | 1289 input->PopLimit(limit); in ParseFieldWithExtensionInfo()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectsource.cc | 317 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/ |
D | RepeatedField.cs | 156 SegmentedBufferHelper.PopLimit(ref ctx.state, oldLimit); in AddEntriesFrom()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | CodedOutputStreamTest.cs | 379 cin.PopLimit(oldlimit); in TestCodedInputOutputPosition()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | CodedOutputStreamTest.cs | 473 cin.PopLimit(oldlimit); in TestCodedInputOutputPosition()
|
/third_party/protobuf/ |
D | libprotobuf_lite.map | 337 "google::protobuf::io::CodedInputStream::PopLimit(int)";
|