Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dpytypes.h647 friend difference_type operator-(const It &a, const It &b) { return a.distance_to(b); } in PYBIND11_NAMESPACE_END()
682 ssize_t distance_to(const sequence_fast_readonly &b) const { return ptr - b.ptr; } in distance_to() function
703 ssize_t distance_to(const sequence_slow_readwrite &b) const { return index - b.index; } in distance_to() function