Home
last modified time | relevance | path

Searched refs:max_recursion_depth_ (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.h117 max_recursion_depth_ = max_depth; in set_max_recursion_depth()
288 int max_recursion_depth_; variable
Dprotostream_objectsource.cc124 max_recursion_depth_(kDefaultMaxRecursionDepth) { in ProtoStreamObjectSource()
137 max_recursion_depth_(kDefaultMaxRecursionDepth) { in ProtoStreamObjectSource()
1051 if (++recursion_depth_ > max_recursion_depth_) { in IncrementRecursionDepth()