Home
last modified time | relevance | path

Searched defs:recursion_depth (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_compile.h32 int recursion_depth; /* current recursion depth */ member
H A Dpycore_symtable.h40 int recursion_depth; /* current recursion depth */ member
H A Dpycore_ast_state.h15 int recursion_depth; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-sanitize.hh406 int recursion_depth; member
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.h94 int recursion_depth() { return recursion_depth_; } in recursion_depth() function in google::protobuf::util::converter::JsonStreamParser
/third_party/python/Python/
H A Dast.c13 int recursion_depth; /* current recursion depth */ member
1005 int recursion_depth in _PyAST_Validate() local
[all...]
H A Dast_opt.c1091 int recursion_depth = tstate->recursion_limit - tstate->recursion_remaining; in _PyAST_Optimize() local
[all...]
H A Dsymtable.c301 int recursion_depth = tstate->recursion_limit - tstate->recursion_remaining; in _PySymtable_Build() local
[all...]
H A Derrors.c312 int recursion_depth = 0; in _PyErr_NormalizeException() local
H A DPython-ast.c12328 int recursion_depth = tstate->recursion_limit - tstate->recursion_remaining; PyAST_mod2obj() local
[all...]
/third_party/python/Objects/stringlib/
H A Dunicode_format.h950 int recursion_depth = 2; in do_string_format() local
806 output_markup(SubString *field_name, SubString *format_spec, int format_spec_needs_expanding, Py_UCS4 conversion, _PyUnicodeWriter *writer, PyObject *args, PyObject *kwargs, int recursion_depth, AutoNumber *auto_number) output_markup() argument
868 do_markup(SubString *input, PyObject *args, PyObject *kwargs, _PyUnicodeWriter *writer, int recursion_depth, AutoNumber *auto_number) do_markup() argument
911 build_string(SubString *input, PyObject *args, PyObject *kwargs, int recursion_depth, AutoNumber *auto_number) build_string() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Ddemangle.cc179 int recursion_depth; // For stack exhaustion prevention. member
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h529 inline int recursion_depth() { return recursion_depth_; } in recursion_depth() function in v8::internal::RegExpCompiler
H A Dregexp-compiler.cc2577 int recursion_depth = 0; in GreedyLoopTextLengthForAlternative() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc3226 ZeroExtendsWord32ToWord64(Node* node, int recursion_depth) ZeroExtendsWord32ToWord64() argument

Completed in 36 milliseconds