Searched defs:recursion_depth (Results 1 – 9 of 9) sorted by relevance
| /third_party/python/Objects/stringlib/ |
| D | unicode_format.h | 807 int recursion_depth, AutoNumber *auto_number) in output_markup() 867 _PyUnicodeWriter *writer, int recursion_depth, AutoNumber *auto_number) in do_markup() 910 int recursion_depth, AutoNumber *auto_number) in build_string() 948 int recursion_depth = 2; in do_string_format() 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/Linux_Kernel/include/linux/ |
| D | binfmts.h | 34 unsigned int recursion_depth; /* only for search_binary_handler() */ member
|
| /third_party/python/Lib/ |
| D | string.py | 171 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument
|
| /third_party/python/Include/cpython/ |
| D | pystate.h | 60 int recursion_depth; member
|
| /third_party/python/Include/ |
| D | symtable.h | 34 int recursion_depth; /* current recursion depth */ member
|
| /third_party/abseil-cpp/absl/debugging/internal/ |
| D | demangle.cc | 178 int recursion_depth; // For stack exhaustion prevention. member
|
| /third_party/python/Python/ |
| D | errors.c | 287 int recursion_depth = 0; in _PyErr_NormalizeException() local
|
| /third_party/glib/glib/tests/ |
| D | gvariant.c | 4189 const guint recursion_depth = G_VARIANT_MAX_RECURSION_DEPTH + 1; in test_parser_recursion() local
|