Home
last modified time | relevance | path

Searched defs:recursion_depth (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Objects/stringlib/
Dunicode_format.h807 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/
Djson_stream_parser.h94 int recursion_depth() { return recursion_depth_; } in recursion_depth() function
/third_party/python/Lib/
Dstring.py169 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-sanitize.hh406 int recursion_depth; member
/third_party/python/Include/
Dsymtable.h34 int recursion_depth; /* current recursion depth */ member
/third_party/python/Include/cpython/
Dpystate.h60 int recursion_depth; member
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Ddemangle.cc179 int recursion_depth; // For stack exhaustion prevention. member
/third_party/abseil-cpp/absl/debugging/internal/
Ddemangle.cc179 int recursion_depth; // For stack exhaustion prevention. member
/third_party/python/Python/
Derrors.c292 int recursion_depth = 0; in _PyErr_NormalizeException() local
/third_party/glib/glib/tests/
Dgvariant.c4173 const guint recursion_depth = G_VARIANT_MAX_RECURSION_DEPTH + 1; in test_parser_recursion() local