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

/gem5/ext/pybind11/include/pybind11/detail/
H A Dclass.h465 // Look for a `get_buffer` implementation in this type's info or any bases (following MRO).
469 if (tinfo && tinfo->get_buffer)
472 if (view == nullptr || !tinfo || !tinfo->get_buffer) {
479 buffer_info *info = tinfo->get_buffer(obj, tinfo->get_buffer_data);
H A Dinternals.h126 buffer_info *(*get_buffer)(PyObject *, void *) = nullptr; member in struct:type_info
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h955 buffer_info *(*get_buffer)(PyObject *, void *),
967 tinfo->get_buffer = get_buffer;

Completed in 17 milliseconds