Searched defs:IncrementRecursionDepth (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/util/internal/ | ||
D | json_stream_parser.cc | 799 util::Status JsonStreamParser::IncrementRecursionDepth( in IncrementRecursionDepth() function in google::protobuf::util::converter::JsonStreamParser |
D | protostream_objectsource.cc | 1098 Status ProtoStreamObjectSource::IncrementRecursionDepth( in IncrementRecursionDepth() function in google::protobuf::util::converter::ProtoStreamObjectSource |
/external/protobuf/src/google/protobuf/io/ | ||
D | coded_stream.h | 1311 inline bool CodedInputStream::IncrementRecursionDepth() { in IncrementRecursionDepth() function |
/external/v8/src/regexp/ | ||
D | regexp-compiler.h | 552 inline void IncrementRecursionDepth() { recursion_depth_++; } in IncrementRecursionDepth() function |