Searched refs:self0 (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/syn/src/gen/ |
H A D | eq.rs | 194 (Data::Struct(self0), Data::Struct(other0)) => self0 == other0, in eq() 195 (Data::Enum(self0), Data::Enum(other0)) => self0 == other0, in eq() 196 (Data::Union(self0), Data::Union(other0)) => self0 == other0, in eq() 251 (Expr::Array(self0), Expr::Array(other0)) => self0 == other0, in eq() 253 (Expr::Assign(self0), Expr::Assign(other0)) => self0 in eq() [all...] |
/third_party/python/Modules/ |
H A D | _datetimemodule.c | 4543 PyObject *offset, *self0; in time_hash() local 4545 self0 = new_time_ex2(TIME_GET_HOUR(self), in time_hash() 4551 if (self0 == NULL) in time_hash() 4555 self0 = (PyObject *)self; in time_hash() 4556 Py_INCREF(self0); in time_hash() 4558 offset = time_utcoffset(self0, NULL); in time_hash() 4559 Py_DECREF(self0); in time_hash() 5988 PyObject *offset, *self0; in datetime_hash() local 5990 self0 = new_datetime_ex2(GET_YEAR(self), in datetime_hash() 5999 if (self0 in datetime_hash() [all...] |
Completed in 10 milliseconds