Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h128 int recursion_depth() { return recursion_depth_; } in recursion_depth()
335 mutable int recursion_depth_; variable
Djson_stream_parser.cc151 recursion_depth_(0), in JsonStreamParser()
695 --recursion_depth_; in ParseObjectMid()
719 --recursion_depth_; in ParseEntry()
897 if (++recursion_depth_ > max_recursion_depth_) { in IncrementRecursionDepth()
Dprotostream_objectsource.cc121 recursion_depth_(0), in ProtoStreamObjectSource()
134 recursion_depth_(0), in ProtoStreamObjectSource()
753 --recursion_depth_; in RenderField()
1054 if (++recursion_depth_ > max_recursion_depth_) { in IncrementRecursionDepth()
Dprotostream_objectsource.h314 mutable int recursion_depth_; variable
/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h128 int recursion_depth() { return recursion_depth_; } in recursion_depth()
335 mutable int recursion_depth_; variable
Djson_stream_parser.cc151 recursion_depth_(0), in JsonStreamParser()
695 --recursion_depth_; in ParseObjectMid()
719 --recursion_depth_; in ParseEntry()
897 if (++recursion_depth_ > max_recursion_depth_) { in IncrementRecursionDepth()
Dprotostream_objectsource.cc121 recursion_depth_(0), in ProtoStreamObjectSource()
134 recursion_depth_(0), in ProtoStreamObjectSource()
753 --recursion_depth_; in RenderField()
1054 if (++recursion_depth_ > max_recursion_depth_) { in IncrementRecursionDepth()
Dprotostream_objectsource.h314 mutable int recursion_depth_; variable
/external/webrtc/modules/rtp_rtcp/source/
Dflexfec_receiver_unittest.cc566 recursion_depth_(0), in TEST_F()
580 if (recursion_depth_ > kMaxRecursionDepth) { in TEST_F()
584 ++recursion_depth_; in TEST_F()
587 --recursion_depth_; in TEST_F()
593 int recursion_depth_; in TEST_F() member in webrtc::TEST_F::LoopbackRecoveredPacketReceiver
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc3719 int recursion_depth_ = 32; member in google::protobuf::DescriptorBuilder
5374 --recursion_depth_; in BuildMessage()
5375 IncrementWhenDestroyed revert{recursion_depth_}; in BuildMessage()
5376 if (recursion_depth_ <= 0) { in BuildMessage()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc3750 int recursion_depth_ = 32; member in google::protobuf::DescriptorBuilder
5418 --recursion_depth_; in BuildMessage()
5419 IncrementWhenDestroyed revert{recursion_depth_}; in BuildMessage()
5420 if (recursion_depth_ <= 0) { in BuildMessage()