Home
last modified time | relevance | path

Searched refs:new_repr (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/cxx/syntax/
Ddiscriminant.rs41 (None, Some(new_repr)) => { in insert()
42 if let Some(limits) = Limits::of(new_repr) { in insert()
49 past, new_repr, in insert()
54 self.repr = Some(new_repr); in insert()
/third_party/python/Python/
Dast_unparse.c81 PyObject *new_repr = PyUnicode_Replace( in append_repr() local
88 if (!new_repr) { in append_repr()
91 repr = new_repr; in append_repr()