Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dcast.h590 void load_value(value_and_holder &&v_h) { in load_value() function
678 this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder()); in load_impl()
693 this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder()); in load_impl()
702 … this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder(base)); in load_impl()
1554 bool load_value(value_and_holder &&v_h) {