Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/bumble/rust/src/wrapper/
Dcommon.rs22 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object() method
31 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object() method
Dhci.rs145 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object() method
186 fn to_object(&self, py: Python<'_>) -> PyObject { in to_object() method
Dlink.rs35 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object() method
Dhost.rs79 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object() method
/aosp_15_r20/external/python/bumble/rust/src/wrapper/device/
Dmod.rs80 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object() method
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dbyte_buffer_test.cc515 const float& to_object = view.To<float>(); in TEST() local