Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h159 stream.PopLimit(limit); in GetNumElementsInBytesList()
197 stream.PopLimit(limit); in ParseBytesList()
254 stream.PopLimit(packed_limit); in ParseFloatList()
273 stream.PopLimit(limit); in ParseFloatList()
304 stream.PopLimit(packed_limit); in ParseInt64List()
314 stream.PopLimit(limit); in ParseInt64List()
482 stream->PopLimit(limit); in ParseBytesFeature()
528 stream->PopLimit(packed_limit); in ParseFloatFeature()
545 stream->PopLimit(limit); in ParseFloatFeature()
579 stream->PopLimit(packed_limit); in ParseInt64Feature()
[all …]
Dexample_proto_fast_parsing.cc104 stream->PopLimit(limit); in ParseFeatureMapEntry()
121 stream->PopLimit(limit); in ParseFeatures()
/external/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc1069 coded_input.PopLimit(limit); in TEST_1D()
1100 coded_input.PopLimit(limit2); in TEST_1D()
1109 coded_input.PopLimit(limit1); in TEST_1D()
1144 coded_input.PopLimit(limit2); in TEST_1D()
1151 coded_input.PopLimit(limit1); in TEST_1D()
1174 coded_input.PopLimit(limit); in TEST_F()
1187 coded_input.PopLimit(limit); in TEST_F()
1200 coded_input.PopLimit(limit); in TEST_F()
1214 coded_input.PopLimit(limit); in TEST_F()
1266 coded_input.PopLimit(limit); in TEST_F()
Dcoded_stream.cc136 void CodedInputStream::PopLimit(Limit limit) { in PopLimit() function in google::protobuf::io::CodedInputStream
159 PopLimit(limit); in DecrementRecursionDepthAndPopLimit()
167 PopLimit(limit); in CheckEntireMessageConsumedAndPopLimit()
Dcoded_stream.h367 void PopLimit(Limit limit);
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc165 stream.PopLimit(limit); in GetNumElementsInBytesList()
203 stream.PopLimit(limit); in ParseBytesList()
260 stream.PopLimit(packed_limit); in ParseFloatList()
279 stream.PopLimit(limit); in ParseFloatList()
310 stream.PopLimit(packed_limit); in ParseInt64List()
320 stream.PopLimit(limit); in ParseInt64List()
395 stream->PopLimit(limit); in ParseFeatureMapEntry()
412 stream->PopLimit(limit); in ParseFeatures()
1872 stream->PopLimit(limit); in ParseBytesFeature()
1918 stream->PopLimit(packed_limit); in ParseFloatFeature()
[all …]
/external/protobuf/src/google/protobuf/util/
Ddelimited_message_util.cc85 input->PopLimit(limit); in ParseDelimitedFromCodedStream()
/external/protobuf/src/google/protobuf/
Dparse_context.h135 PROTOBUF_MUST_USE_RESULT bool PopLimit(int delta) { in PopLimit() function
581 if (!PopLimit(old)) return nullptr; in ParseMessage()
597 if (!PopLimit(old)) return nullptr; in ReadPackedVarint()
Dwire_format.cc187 input->PopLimit(limit); in ReadPackedEnumPreserveUnknowns()
570 input->PopLimit(limit); in ParseAndMergeField()
Dwire_format_lite.cc313 input->PopLimit(limit); in ReadPackedEnumPreserveUnknowns()
Dgenerated_message_table_driven_lite.h844 input->PopLimit(limit); in MergePartialFromCodedStreamInlined()
Dwire_format_lite.h1152 input->PopLimit(limit); in ReadPackedPrimitive()
Dextension_set.cc1291 input->PopLimit(limit); in ParseFieldWithExtensionInfo()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs600 PopLimit(oldLimit); in ReadMessage()
998 internal void PopLimit(int oldLimit) in PopLimit() method in Google.Protobuf.CodedInputStream
DFieldCodec.cs559 input.PopLimit(oldLimit);
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs113 input.PopLimit(oldLimit); in AddEntriesFrom()
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc318 stream_->PopLimit(old_limit); in RenderMap()
331 stream_->PopLimit(old_limit); in RenderPacked()
804 stream_->PopLimit(old_limit); in RenderField()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs379 cin.PopLimit(oldlimit); in TestCodedInputOutputPosition()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs379 cin.PopLimit(oldlimit); in TestCodedInputOutputPosition()