Searched defs:self (Results 1 - 6 of 6) sorted by relevance
/gem5/ext/pybind11/include/pybind11/ |
H A D | operators.h | 41 static const self_t self = self_t(); variable
|
H A D | pybind11.h | 424 static PyObject *dispatcher(PyObject *self, PyObject *args_in, PyObject *kwargs_in) { argument 2025 handle self local [all...] |
H A D | pytypes.h | 845 auto& self = const_cast<iterator &>(*this); local
|
/gem5/ext/dsent/ |
H A D | interface.cc | 84 dsent_initialize(PyObject *self, PyObject *arg) argument 99 dsent_finalize(PyObject *self, PyObject *args) argument 109 dsent_computeRouterPowerAndArea(PyObject *self, PyObject *args) argument 177 dsent_computeLinkPower(PyObject *self, PyObject *arg) argument 211 dsent_printAvailableModels(PyObject* self, PyObject *args) argument
|
/gem5/src/base/ |
H A D | statistics.hh | 234 Derived &self() { return *static_cast<Derived *>(this); } function in class:Stats::DataWrap 381 Derived &self = this->self(); local 418 Derived &self = this->self(); local 429 Derived &self = this->self(); local 456 Derived &self = this->self(); local 468 Derived &self = this->self(); local [all...] |
/gem5/ext/pybind11/include/pybind11/detail/ |
H A D | class.h | 35 extern "C" inline PyObject *pybind11_static_get(PyObject *self, PyObject * /*ob*/, PyObject *cls) { argument 40 extern "C" inline int pybind11_static_set(PyObject *self, PyObject *obj, PyObject *value) { argument 201 inline void traverse_offset_bases(void *valueptr, const detail::type_info *tinfo, instance *self, argument 218 register_instance_impl(void *ptr, instance *self) argument 222 deregister_instance_impl(void *ptr, instance *self) argument 234 register_instance(instance *self, void *valptr, const type_info *tinfo) argument 240 deregister_instance(instance *self, void *valptr, const type_info *tinfo) argument 259 PyObject *self = type->tp_alloc(type, 0); local 278 pybind11_object_init(PyObject *self, PyObject *, PyObject *) argument 298 clear_patients(PyObject *self) argument 315 clear_instance(PyObject *self) argument 347 pybind11_object_dealloc(PyObject *self) argument 406 pybind11_get_dict(PyObject *self, void *) argument 415 pybind11_set_dict(PyObject *self, PyObject *new_dict, void *) argument 429 pybind11_traverse(PyObject *self, visitproc visit, void *arg) argument 436 pybind11_clear(PyObject *self) argument [all...] |
Completed in 38 milliseconds