Searched defs:recursion_depth (Results 1 – 13 of 13) sorted by relevance
| /third_party/python/Include/internal/ |
| D | pycore_compile.h | 32 int recursion_depth; /* current recursion depth */ member
|
| D | pycore_symtable.h | 40 int recursion_depth; /* current recursion depth */ member
|
| D | pycore_ast_state.h | 15 int recursion_depth; member
|
| /third_party/python/Objects/stringlib/ |
| D | unicode_format.h | 809 int recursion_depth, AutoNumber *auto_number) in output_markup() 869 _PyUnicodeWriter *writer, int recursion_depth, AutoNumber *auto_number) in do_markup() 912 int recursion_depth, AutoNumber *auto_number) in build_string() 950 int recursion_depth = 2; in do_string_format() local
|
| /third_party/python/Python/ |
| D | ast.c | 13 int recursion_depth; /* current recursion depth */ member 1005 int recursion_depth = tstate->recursion_limit - tstate->recursion_remaining; in _PyAST_Validate() local
|
| D | ast_opt.c | 1091 int recursion_depth = tstate->recursion_limit - tstate->recursion_remaining; in _PyAST_Optimize() local
|
| D | symtable.c | 301 int recursion_depth = tstate->recursion_limit - tstate->recursion_remaining; in _PySymtable_Build() local
|
| D | errors.c | 312 int recursion_depth = 0; in _PyErr_NormalizeException() local
|
| D | Python-ast.c | 12328 int recursion_depth = tstate->recursion_limit - tstate->recursion_remaining; in PyAST_mod2obj() local
|
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| D | json_stream_parser.h | 94 int recursion_depth() { return recursion_depth_; } in recursion_depth() function
|
| /third_party/python/Lib/ |
| D | string.py | 198 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-sanitize.hh | 406 int recursion_depth; member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
| D | demangle.cc | 179 int recursion_depth; // For stack exhaustion prevention. member
|