Home
last modified time | relevance | path

Searched defs:from_start (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/multi_array/
Dindex_range.hpp39 static index from_start() in from_start() function in boost::detail::multi_array::index_range
/third_party/boost/libs/multi_array/test/
Ddimtest.cpp143 static Index from_start() in from_start() function in index_range
/third_party/python/Objects/
Dunicodeobject.c1568 PyObject *from, Py_ssize_t from_start, in _copy_characters()
1711 PyObject *from, Py_ssize_t from_start, Py_ssize_t how_many) in _PyUnicode_FastCopyCharacters()
1718 PyObject *from, Py_ssize_t from_start, in PyUnicode_CopyCharacters()
/third_party/python/Modules/
D_testcapimodule.c2140 Py_ssize_t from_start, to_start, how_many, copied; in unicode_copycharacters() local