Home
last modified time | relevance | path

Searched defs:segment_str (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Dtraceback.c604 extract_anchors_from_expr(const char *segment_str, expr_ty expr, Py_ssize_t *left_anchor, Py_ssize_… in extract_anchors_from_expr()
646 extract_anchors_from_stmt(const char *segment_str, stmt_ty statement, Py_ssize_t *left_anchor, Py_s… in extract_anchors_from_stmt()
672 const char *segment_str = PyUnicode_AsUTF8(segment); in extract_anchors_from_line() local
/third_party/rust/rust/src/tools/rustfmt/src/
Dimports.rs1081 let segment_str = segment.rewrite(context, shape)?; in rewrite() localVariable