/external/tensorflow/tensorflow/lite/kernels/parse_example/ |
D | example_proto_fast_parsing.h | 150 auto limit = stream.PushLimit(length); in GetNumElementsInBytesList() 185 auto limit = stream.PushLimit(length); in ParseBytesList() 209 auto limit = stream.PushLimit(length); in ParseFloatList() 222 auto packed_limit = stream.PushLimit(packed_length); in ParseFloatList() 285 auto limit = stream.PushLimit(length); in ParseInt64List() 296 auto packed_limit = stream.PushLimit(packed_length); in ParseInt64List() 464 auto limit = stream->PushLimit(length); in ParseBytesFeature() 509 auto limit = stream->PushLimit(length); in ParseFloatFeature() 517 auto packed_limit = stream->PushLimit(packed_length); in ParseFloatFeature() 560 auto limit = stream->PushLimit(length); in ParseInt64Feature() [all …]
|
D | example_proto_fast_parsing.cc | 96 auto limit = stream->PushLimit(length); in ParseFeatureMapEntry() 114 auto limit = stream->PushLimit(length); in ParseFeatures()
|
/external/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() 1057 CodedInputStream::Limit limit = coded_input.PushLimit(8); in TEST_1D() 1087 CodedInputStream::Limit limit1 = coded_input.PushLimit(8); in TEST_1D() 1089 CodedInputStream::Limit limit2 = coded_input.PushLimit(4); in TEST_1D() 1129 CodedInputStream::Limit limit1 = coded_input.PushLimit(4); in TEST_1D() [all …]
|
D | coded_stream.cc | 117 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) { in PushLimit() function in google::protobuf::io::CodedInputStream 149 return std::make_pair(PushLimit(byte_limit), --recursion_budget_); in IncrementRecursionDepthAndPushLimit() 154 return PushLimit(ReadVarint32(&length) ? length : 0); in ReadLengthAndPushLimit()
|
D | coded_stream.h | 363 Limit PushLimit(int byte_limit);
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing.cc | 156 auto limit = stream.PushLimit(length); in GetNumElementsInBytesList() 191 auto limit = stream.PushLimit(length); in ParseBytesList() 215 auto limit = stream.PushLimit(length); in ParseFloatList() 228 auto packed_limit = stream.PushLimit(packed_length); in ParseFloatList() 291 auto limit = stream.PushLimit(length); in ParseInt64List() 302 auto packed_limit = stream.PushLimit(packed_length); in ParseInt64List() 387 auto limit = stream->PushLimit(length); in ParseFeatureMapEntry() 405 auto limit = stream->PushLimit(length); in ParseFeatures() 1854 auto limit = stream->PushLimit(length); in ParseBytesFeature() 1899 auto limit = stream->PushLimit(length); in ParseFloatFeature() [all …]
|
/external/protobuf/src/google/protobuf/util/ |
D | delimited_message_util.cc | 78 io::CodedInputStream::Limit limit = input->PushLimit(size); in ParseDelimitedFromCodedStream()
|
/external/protobuf/src/google/protobuf/ |
D | parse_context.h | 126 PROTOBUF_MUST_USE_RESULT int PushLimit(const char* ptr, int limit) { in PushLimit() function 576 auto old = PushLimit(ptr, size); in ParseMessage() 589 auto old = PushLimit(ptr, size); in ReadPackedVarint()
|
D | message_lite.cc | 180 decoder.PushLimit(input.limit);
|
D | wire_format.cc | 174 io::CodedInputStream::Limit limit = input->PushLimit(length); in ReadPackedEnumPreserveUnknowns() 499 io::CodedInputStream::Limit limit = input->PushLimit(length); in ParseAndMergeField()
|
D | wire_format_lite.cc | 298 io::CodedInputStream::Limit limit = input->PushLimit(length); in ReadPackedEnumPreserveUnknowns()
|
D | generated_message_table_driven_lite.h | 828 io::CodedInputStream::Limit limit = input->PushLimit(length); in MergePartialFromCodedStreamInlined()
|
D | wire_format_lite.h | 1146 io::CodedInputStream::Limit limit = input->PushLimit(length); in ReadPackedPrimitive()
|
D | extension_set.cc | 1235 io::CodedInputStream::Limit limit = input->PushLimit(size); in ParseFieldWithExtensionInfo()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | CodedInputStream.cs | 590 int oldLimit = PushLimit(length); in ReadMessage() 960 internal int PushLimit(int byteLimit) in PushLimit() method in Google.Protobuf.CodedInputStream
|
D | FieldCodec.cs | 542 int oldLimit = input.PushLimit(length);
|
/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | RepeatedField.cs | 108 int oldLimit = input.PushLimit(length); in AddEntriesFrom()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectsource.cc | 287 int old_limit = stream_->PushLimit(buffer32); in RenderMap() 327 int old_limit = stream_->PushLimit(length); in RenderPacked() 778 int old_limit = stream_->PushLimit(buffer32); in RenderField()
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | CodedOutputStreamTest.cs | 352 int oldlimit = cin.PushLimit((int)childlen); in TestCodedInputOutputPosition()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | CodedOutputStreamTest.cs | 352 int oldlimit = cin.PushLimit((int)childlen); in TestCodedInputOutputPosition()
|