Home
last modified time | relevance | path

Searched refs:ExpectAtEnd (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h152 while (!stream.ExpectAtEnd()) { in GetNumElementsInBytesList()
187 while (!stream.ExpectAtEnd()) { in ParseBytesList()
211 if (!stream.ExpectAtEnd()) { in ParseFloatList()
244 while (!stream.ExpectAtEnd()) { in ParseFloatList()
263 while (!stream.ExpectAtEnd()) { in ParseFloatList()
287 if (!stream.ExpectAtEnd()) { in ParseInt64List()
298 while (!stream.ExpectAtEnd()) { in ParseInt64List()
306 while (!stream.ExpectAtEnd()) { in ParseInt64List()
465 while (!stream->ExpectAtEnd()) { in ParseBytesFeature()
518 while (!stream->ExpectAtEnd()) { in ParseFloatFeature()
[all …]
Dexample_proto_fast_parsing.cc103 if (!stream->ExpectAtEnd()) return false; in ParseFeatureMapEntry()
115 while (!stream->ExpectAtEnd()) { in ParseFeatures()
132 while (!stream->ExpectAtEnd()) { in ParseExample()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc158 while (!stream.ExpectAtEnd()) { in GetNumElementsInBytesList()
193 while (!stream.ExpectAtEnd()) { in ParseBytesList()
217 if (!stream.ExpectAtEnd()) { in ParseFloatList()
250 while (!stream.ExpectAtEnd()) { in ParseFloatList()
269 while (!stream.ExpectAtEnd()) { in ParseFloatList()
293 if (!stream.ExpectAtEnd()) { in ParseInt64List()
304 while (!stream.ExpectAtEnd()) { in ParseInt64List()
312 while (!stream.ExpectAtEnd()) { in ParseInt64List()
394 if (!stream->ExpectAtEnd()) return false; in ParseFeatureMapEntry()
406 while (!stream->ExpectAtEnd()) { in ParseFeatures()
[all …]
/external/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc1161 TEST_F(CodedStreamTest, ExpectAtEnd) { in TEST_F() argument
1166 EXPECT_FALSE(coded_input.ExpectAtEnd()); in TEST_F()
1172 EXPECT_TRUE(coded_input.ExpectAtEnd()); in TEST_F()
1175 EXPECT_FALSE(coded_input.ExpectAtEnd()); in TEST_F()
Dcoded_stream.h315 bool ExpectAtEnd();
1125 inline bool CodedInputStream::ExpectAtEnd() { in ExpectAtEnd() function
/external/protobuf/src/google/protobuf/
Dmap_entry_lite.h300 if (input->ExpectAtEnd()) return true;
441 if (input->ExpectAtEnd()) return true;