Home
last modified time | relevance | path

Searched refs:BytesUntilLimit (Results 1 – 13 of 13) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc1021 EXPECT_EQ(-1, coded_input.BytesUntilLimit()); in TEST_1D()
1026 EXPECT_EQ(8, coded_input.BytesUntilLimit()); in TEST_1D()
1028 EXPECT_EQ(4, coded_input.BytesUntilLimit()); in TEST_1D()
1030 EXPECT_EQ(0, coded_input.BytesUntilLimit()); in TEST_1D()
1032 EXPECT_EQ(0, coded_input.BytesUntilLimit()); in TEST_1D()
1036 EXPECT_EQ(-1, coded_input.BytesUntilLimit()); in TEST_1D()
1051 EXPECT_EQ(-1, coded_input.BytesUntilLimit()); in TEST_1D()
1053 EXPECT_EQ(8, coded_input.BytesUntilLimit()); in TEST_1D()
1059 EXPECT_EQ(4, coded_input.BytesUntilLimit()); in TEST_1D()
1061 EXPECT_EQ(0, coded_input.BytesUntilLimit()); in TEST_1D()
[all …]
Dcoded_stream.cc172 int CodedInputStream::BytesUntilLimit() const { in BytesUntilLimit() function in google::protobuf::io::CodedInputStream
Dcoded_stream.h370 int BytesUntilLimit() const;
/third_party/protobuf/src/google/protobuf/
Dwire_format.cc178 while (input->BytesUntilLimit() > 0) { in ReadPackedEnumPreserveUnknowns()
453 while (input->BytesUntilLimit() > 0) { \ in ParseAndMergeField()
483 while (input->BytesUntilLimit() > 0) { in ParseAndMergeField()
Dwire_format_lite.h1145 while (input->BytesUntilLimit() > 0) { in ReadPackedPrimitive()
1177 bytes_limit = input->BytesUntilLimit(); in ReadPackedFixedSizePrimitive()
1181 (std::min)(bytes_limit, static_cast<int64>(input->BytesUntilLimit())); in ReadPackedFixedSizePrimitive()
Dparse_context.h197 int BytesUntilLimit(const char* ptr) const { in BytesUntilLimit() function
Dwire_format_lite.cc301 while (input->BytesUntilLimit() > 0) { in ReadPackedEnumPreserveUnknowns()
Dgenerated_message_table_driven_lite.h802 while (input->BytesUntilLimit() > 0) { in MergePartialFromCodedStreamInlined()
Dextension_set.cc1238 while (input->BytesUntilLimit() > 0) { \ in ParseFieldWithExtensionInfo()
1265 while (input->BytesUntilLimit() > 0) { in ParseFieldWithExtensionInfo()
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc1973 if (ptr == nullptr || ctx.BytesUntilLimit(ptr) < 0) { in MergeFromString()
1984 return PyInt_FromLong(data_length - ctx.BytesUntilLimit(ptr)); in MergeFromString()
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc327 while (stream_->BytesUntilLimit() > 0) { in RenderPacked()
/third_party/protobuf/
Dlibprotobuf_lite.map351 "google::protobuf::io::CodedInputStream::BytesUntilLimit() const";
/third_party/protobuf/objectivec/
DGPBMessage.m2278 } // while(BytesUntilLimit() > 0)