Searched refs:this_obj (Results 1 – 3 of 3) sorted by relevance
127 void operator()() const { this_obj->access(init); } in operator ()()129 FunctionLocalStatic *this_obj; member
107 StatusOr<pybind11::object> AsNumPyArray(pybind11::handle this_obj);
108 StatusOr<pybind11::object> PyBuffer::AsNumPyArray(py::handle this_obj) { in AsNumPyArray() argument126 hold->buffer = py::reinterpret_borrow<py::object>(this_obj); in AsNumPyArray()