Searched defs:to_start (Results 1 – 4 of 4) sorted by relevance
251 pub(crate) const fn to_start(&self) -> LazyStateID { in to_start() method
1673 base::TimeDelta to_start = base::Time::Now() - request_creation_time_; in RecordTimer() local
1529 _copy_characters(PyObject *to, Py_ssize_t to_start, in _copy_characters()1672 PyObject *to, Py_ssize_t to_start, in _PyUnicode_FastCopyCharacters()1679 PyUnicode_CopyCharacters(PyObject *to, Py_ssize_t to_start, in PyUnicode_CopyCharacters()
2335 Py_ssize_t from_start, to_start, how_many, copied; in unicode_copycharacters() local