Home
last modified time | relevance | path

Searched defs:caster (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Modules/_sqlite/clinic/
Dmodule.c.h107 PyObject *caster; in pysqlite_register_adapter() local
/external/tensorflow/tensorflow/compiler/xla/python/
Dtypes.cc289 pybind11::detail::type_caster<BorrowingLiteral> caster; in GetPythonBufferTree() local
/external/python/cpython2/Modules/_sqlite/
Dmodule.c149 PyObject* caster; in module_register_adapter() local
/external/python/cpython3/Modules/_sqlite/
Dmodule.c163 PyObject *caster) in pysqlite_register_adapter_impl()
/external/webrtc/rtc_base/third_party/sigslot/
Dsigslot.h329 union_caster<emit_t, em_t> caster; in emit() local
/external/python/pybind11/include/pybind11/
Dcast.h629 auto caster = type_caster_generic(ti); in local_load() local