Searched defs:DecrementRecursionDepth (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h353 void DecrementRecursionDepth();
475 // DecrementRecursionDepth().
1016 inline void CodedInputStream::DecrementRecursionDepth() { function in class:google::protobuf::io::CodedInputStream
/external/v8/src/
H A Djsregexp.cc806 inline void DecrementRecursionDepth() { recursion_depth_--; } function in class:v8::internal::RegExpCompiler
831 ~RecursionCheck() { compiler_->DecrementRecursionDepth(); }

Completed in 105 milliseconds