Searched refs:this_ptr (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h2024 inline function get_type_overload(const void *this_ptr, const detail::type_info *this_type, const char *name) { argument
2025 handle self = detail::get_object_handle(this_ptr, this_type);
2082 Try to retrieve a python method by the provided name from the instance pointed to by the this_ptr.
2084 :this_ptr: The pointer to the object the overload should be retrieved for. This should be the first
2089 template <class T> function get_overload(const T *this_ptr, const char *name) { argument
2091 return tinfo ? get_type_overload(this_ptr, tinfo, name) : function();

Completed in 13 milliseconds