Searched defs:IncrementRecursionDepth (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h350 bool IncrementRecursionDepth();
474 // Current recursion depth, controlled by IncrementRecursionDepth() and
1011 inline bool CodedInputStream::IncrementRecursionDepth() { function in class:google::protobuf::io::CodedInputStream
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h371 bool IncrementRecursionDepth();
501 // Current recursion depth, controlled by IncrementRecursionDepth() and
1054 inline bool CodedInputStream::IncrementRecursionDepth() { function in class:google::protobuf::io::CodedInputStream
/external/chromium_org/v8/src/
H A Djsregexp.cc1022 inline void IncrementRecursionDepth() { recursion_depth_++; } function in class:v8::internal::RegExpCompiler
1058 compiler->IncrementRecursionDepth();

Completed in 1231 milliseconds