/third_party/protobuf/src/google/protobuf/io/ |
D | coded_stream_unittest.cc | 767 coded_input.PushLimit(sizeof(buffer_)); in TEST_1D() 812 coded_input.PushLimit(sizeof(buffer_)); in TEST_F() 832 coded_input.PushLimit(sizeof(buffer_)); in TEST_F() 849 coded_input.PushLimit(16); in TEST_F() 890 coded_input.PushLimit(sizeof(buffer_)); in TEST_F() 912 coded_input.PushLimit(16); in TEST_F() 1022 CodedInputStream::Limit limit = coded_input.PushLimit(8); in TEST_1D() 1052 CodedInputStream::Limit limit1 = coded_input.PushLimit(8); in TEST_1D() 1054 CodedInputStream::Limit limit2 = coded_input.PushLimit(4); in TEST_1D() 1094 CodedInputStream::Limit limit1 = coded_input.PushLimit(4); in TEST_1D() [all …]
|
D | coded_stream.cc | 118 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) { in PushLimit() function in google::protobuf::io::CodedInputStream 150 return std::make_pair(PushLimit(byte_limit), --recursion_budget_); in IncrementRecursionDepthAndPushLimit() 155 return PushLimit(ReadVarint32(&length) ? length : 0); in ReadLengthAndPushLimit()
|
D | coded_stream.h | 362 Limit PushLimit(int byte_limit);
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | CodedInputStream.cs | 614 internal int PushLimit(int byteLimit) in PushLimit() method in Google.Protobuf.CodedInputStream 616 return SegmentedBufferHelper.PushLimit(ref state, byteLimit); in PushLimit()
|
D | ParsingPrimitivesMessages.cs | 122 int oldLimit = SegmentedBufferHelper.PushLimit(ref ctx.state, length); in ReadMessage()
|
D | SegmentedBufferHelper.cs | 113 public static int PushLimit(ref ParserInternalState state, int byteLimit) in PushLimit() method
|
D | FieldCodec.cs | 597 int oldLimit = SegmentedBufferHelper.PushLimit(ref ctx.state, length);
|
/third_party/protobuf/src/google/protobuf/util/ |
D | delimited_message_util.cc | 78 io::CodedInputStream::Limit limit = input->PushLimit(size); in ParseDelimitedFromCodedStream()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | IssuesTest.cs | 107 cis.PushLimit(1); // make sure we reach the limit right after reading the tag. in CodedInputStream_LimitReachedRightAfterTag()
|
D | CodedInputStreamTest.cs | 402 input.PushLimit(3); in ReadBlobGreaterThanCurrentLimit() 408 SegmentedBufferHelper.PushLimit(ref ctx.state, 3); in ReadBlobGreaterThanCurrentLimit() 434 input.PushLimit(3); in ReadStringGreaterThanCurrentLimit() 440 SegmentedBufferHelper.PushLimit(ref ctx.state, 3); in ReadStringGreaterThanCurrentLimit()
|
D | CodedOutputStreamTest.cs | 446 int oldlimit = cin.PushLimit((int)childlen); in TestCodedInputOutputPosition()
|
/third_party/protobuf/src/google/protobuf/ |
D | parse_context.h | 127 PROTOBUF_MUST_USE_RESULT int PushLimit(const char* ptr, int limit) { in PushLimit() function 612 auto old = PushLimit(ptr, size); 625 auto old = PushLimit(ptr, size);
|
D | wire_format_lite.cc | 300 io::CodedInputStream::Limit limit = input->PushLimit(length); in ReadPackedEnumPreserveUnknowns()
|
D | generated_message_table_driven_lite.h | 801 io::CodedInputStream::Limit limit = input->PushLimit(length); in MergePartialFromCodedStreamInlined()
|
D | wire_format.cc | 177 io::CodedInputStream::Limit limit = input->PushLimit(length); in ReadPackedEnumPreserveUnknowns() 448 io::CodedInputStream::Limit limit = input->PushLimit(length); in ParseAndMergeField()
|
D | wire_format_lite.h | 1144 io::CodedInputStream::Limit limit = input->PushLimit(length); in ReadPackedPrimitive()
|
D | extension_set.cc | 1233 io::CodedInputStream::Limit limit = input->PushLimit(size); in ParseFieldWithExtensionInfo()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectsource.cc | 286 int old_limit = stream_->PushLimit(buffer32); in RenderMap() 326 int old_limit = stream_->PushLimit(length); in RenderPacked() 775 int old_limit = stream_->PushLimit(buffer32); in RenderField()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | RepeatedField.cs | 129 int oldLimit = SegmentedBufferHelper.PushLimit(ref ctx.state, length); in AddEntriesFrom()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | CodedOutputStreamTest.cs | 352 int oldlimit = cin.PushLimit((int)childlen); in TestCodedInputOutputPosition()
|
/third_party/protobuf/ |
D | libprotobuf_lite.map | 352 "google::protobuf::io::CodedInputStream::PushLimit(int)";
|