Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dcast.h609 bool try_implicit_casts(handle src, bool convert) { in try_implicit_casts() function
711 if (this_.try_implicit_casts(src, convert)) in load_impl()
1570 bool try_implicit_casts(handle, bool) { return false; }
1573 bool try_implicit_casts(handle src, bool convert) {