Home
last modified time | relevance | path

Searched refs:IncrementRecursionDepth (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc1245 EXPECT_TRUE(coded_input.IncrementRecursionDepth()); // 1 in TEST_F()
1246 EXPECT_TRUE(coded_input.IncrementRecursionDepth()); // 2 in TEST_F()
1247 EXPECT_TRUE(coded_input.IncrementRecursionDepth()); // 3 in TEST_F()
1248 EXPECT_TRUE(coded_input.IncrementRecursionDepth()); // 4 in TEST_F()
1249 EXPECT_FALSE(coded_input.IncrementRecursionDepth()); // 5 in TEST_F()
1250 EXPECT_FALSE(coded_input.IncrementRecursionDepth()); // 6 in TEST_F()
1252 EXPECT_FALSE(coded_input.IncrementRecursionDepth()); // 6 in TEST_F()
1256 EXPECT_TRUE(coded_input.IncrementRecursionDepth()); // 4 in TEST_F()
1257 EXPECT_FALSE(coded_input.IncrementRecursionDepth()); // 5 in TEST_F()
1265 EXPECT_TRUE(coded_input.IncrementRecursionDepth()); // 1 in TEST_F()
[all …]
Dcoded_stream.h419 bool IncrementRecursionDepth();
1500 inline bool CodedInputStream::IncrementRecursionDepth() { in IncrementRecursionDepth() function
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h211 util::Status IncrementRecursionDepth(StringPiece key) const;
Dprotostream_objectsource.h283 util::Status IncrementRecursionDepth(StringPiece type_name,
Djson_stream_parser.cc649 auto status = IncrementRecursionDepth(key_); in HandleBeginObject()
853 util::Status JsonStreamParser::IncrementRecursionDepth( in IncrementRecursionDepth() function in google::protobuf::util::converter::JsonStreamParser
Dprotostream_objectsource.cc789 RETURN_IF_ERROR(IncrementRecursionDepth(type->name(), field_name)); in RenderField()
1094 Status ProtoStreamObjectSource::IncrementRecursionDepth( in IncrementRecursionDepth() function in google::protobuf::util::converter::ProtoStreamObjectSource
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc144 if (!input->IncrementRecursionDepth()) return false; in SkipField()
201 if (!input->IncrementRecursionDepth()) return false; in SkipField()
Dwire_format.cc120 if (!input->IncrementRecursionDepth()) return false; in SkipField()
Dwire_format_lite.h1246 if (!input->IncrementRecursionDepth()) return false; in ReadGroup()