Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc1280 EXPECT_TRUE(coded_input.IncrementRecursionDepth()); // 1 in TEST_F()
1281 EXPECT_TRUE(coded_input.IncrementRecursionDepth()); // 2 in TEST_F()
1282 EXPECT_TRUE(coded_input.IncrementRecursionDepth()); // 3 in TEST_F()
1283 EXPECT_TRUE(coded_input.IncrementRecursionDepth()); // 4 in TEST_F()
1284 EXPECT_FALSE(coded_input.IncrementRecursionDepth()); // 5 in TEST_F()
1285 EXPECT_FALSE(coded_input.IncrementRecursionDepth()); // 6 in TEST_F()
1287 EXPECT_FALSE(coded_input.IncrementRecursionDepth()); // 6 in TEST_F()
1291 EXPECT_TRUE(coded_input.IncrementRecursionDepth()); // 4 in TEST_F()
1292 EXPECT_FALSE(coded_input.IncrementRecursionDepth()); // 5 in TEST_F()
1300 EXPECT_TRUE(coded_input.IncrementRecursionDepth()); // 1 in TEST_F()
[all …]
Dcoded_stream.h420 bool IncrementRecursionDepth();
1311 inline bool CodedInputStream::IncrementRecursionDepth() { in IncrementRecursionDepth() function
/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h211 util::Status IncrementRecursionDepth(StringPiece key) const;
Dprotostream_objectsource.h281 util::Status IncrementRecursionDepth(StringPiece type_name,
Djson_stream_parser.cc602 auto status = IncrementRecursionDepth(key_); in HandleBeginObject()
799 util::Status JsonStreamParser::IncrementRecursionDepth( in IncrementRecursionDepth() function in google::protobuf::util::converter::JsonStreamParser
Dprotostream_objectsource.cc792 RETURN_IF_ERROR(IncrementRecursionDepth(type->name(), field_name)); in RenderField()
1098 Status ProtoStreamObjectSource::IncrementRecursionDepth( in IncrementRecursionDepth() function in google::protobuf::util::converter::ProtoStreamObjectSource
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc142 if (!input->IncrementRecursionDepth()) return false; in SkipField()
199 if (!input->IncrementRecursionDepth()) return false; in SkipField()
Dwire_format.cc117 if (!input->IncrementRecursionDepth()) return false; in SkipField()
Dwire_format_lite.h1248 if (!input->IncrementRecursionDepth()) return false; in ReadGroup()
/external/v8/src/regexp/
Dregexp-compiler.h552 inline void IncrementRecursionDepth() { recursion_depth_++; } in IncrementRecursionDepth() function
Dregexp-compiler.cc232 compiler->IncrementRecursionDepth(); in RecursionCheck()