Home
last modified time | relevance | path

Searched refs:raw_ptr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dremote_object_wrapper.cpp173 auto raw_ptr = remote.raw_; in CloneRemoteObj() local
174 if (raw_ptr == nullptr) { in CloneRemoteObj()
177 return FromCIRemoteObject(raw_ptr); in CloneRemoteObj()
/ohos5.0/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H A Ddsoftbus.rs118 let raw_ptr = self.as_ref() as *const dyn IDSoftbufCallback; in hash() localVariable
119 raw_ptr.hash(state); in hash()