Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/test/
Dguard_threaded_test.pass.cpp127 void operator()() const { this_obj->access(init); } in operator ()()
129 FunctionLocalStatic *this_obj; member
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_buffer.h107 StatusOr<pybind11::object> AsNumPyArray(pybind11::handle this_obj);
Dpy_buffer.cc108 StatusOr<pybind11::object> PyBuffer::AsNumPyArray(py::handle this_obj) { in AsNumPyArray() argument
126 hold->buffer = py::reinterpret_borrow<py::object>(this_obj); in AsNumPyArray()