Searched refs:recursion_depth_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h503 int recursion_depth_; member in class:google::protobuf::io::CodedInputStream
1055 ++recursion_depth_;
1056 return recursion_depth_ <= recursion_limit_;
1060 if (recursion_depth_ > 0) --recursion_depth_;
1094 recursion_depth_(0),
1115 recursion_depth_(0),
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h476 int recursion_depth_; member in class:google::protobuf::io::CodedInputStream
1012 ++recursion_depth_;
1013 return recursion_depth_ <= recursion_limit_;
1017 if (recursion_depth_ > 0) --recursion_depth_;
1051 recursion_depth_(0),
1072 recursion_depth_(0),
/external/chromium_org/v8/src/
H A Djsregexp.cc1021 inline int recursion_depth() { return recursion_depth_; }
1022 inline void IncrementRecursionDepth() { recursion_depth_++; }
1023 inline void DecrementRecursionDepth() { recursion_depth_--; }
1044 int recursion_depth_; member in class:v8::internal::RegExpCompiler
1077 recursion_depth_(0),

Completed in 1646 milliseconds