Home
last modified time | relevance | path

Searched refs:PushLimit (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h150 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 …]
Dexample_proto_fast_parsing.cc96 auto limit = stream->PushLimit(length); in ParseFeatureMapEntry()
114 auto limit = stream->PushLimit(length); in ParseFeatures()
/external/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc767 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 …]
Dcoded_stream.cc117 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()
Dcoded_stream.h363 Limit PushLimit(int byte_limit);
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc156 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/
Ddelimited_message_util.cc78 io::CodedInputStream::Limit limit = input->PushLimit(size); in ParseDelimitedFromCodedStream()
/external/protobuf/src/google/protobuf/
Dparse_context.h126 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()
Dmessage_lite.cc180 decoder.PushLimit(input.limit);
Dwire_format.cc174 io::CodedInputStream::Limit limit = input->PushLimit(length); in ReadPackedEnumPreserveUnknowns()
499 io::CodedInputStream::Limit limit = input->PushLimit(length); in ParseAndMergeField()
Dwire_format_lite.cc298 io::CodedInputStream::Limit limit = input->PushLimit(length); in ReadPackedEnumPreserveUnknowns()
Dgenerated_message_table_driven_lite.h828 io::CodedInputStream::Limit limit = input->PushLimit(length); in MergePartialFromCodedStreamInlined()
Dwire_format_lite.h1146 io::CodedInputStream::Limit limit = input->PushLimit(length); in ReadPackedPrimitive()
Dextension_set.cc1235 io::CodedInputStream::Limit limit = input->PushLimit(size); in ParseFieldWithExtensionInfo()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs590 int oldLimit = PushLimit(length); in ReadMessage()
960 internal int PushLimit(int byteLimit) in PushLimit() method in Google.Protobuf.CodedInputStream
DFieldCodec.cs542 int oldLimit = input.PushLimit(length);
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs108 int oldLimit = input.PushLimit(length); in AddEntriesFrom()
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc287 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/
DCodedOutputStreamTest.cs352 int oldlimit = cin.PushLimit((int)childlen); in TestCodedInputOutputPosition()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs352 int oldlimit = cin.PushLimit((int)childlen); in TestCodedInputOutputPosition()