Home
last modified time | relevance | path

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

/external/rust/crates/anyhow/src/
Derror.rs86 object_drop: object_drop::<E>, in from_std()
110 object_drop: object_drop::<MessageError<M>>, in from_adhoc()
135 object_drop: object_drop::<DisplayError<M>>, in from_display()
162 object_drop: object_drop::<ContextError<C, E>>, in from_context()
187 object_drop: object_drop::<BoxedError>, in from_boxed()
297 object_drop: object_drop::<ContextError<C, Error>>, in context()
558 (vtable(self.inner.ptr).object_drop)(self.inner); in drop()
564 object_drop: unsafe fn(Own<ErrorImpl>), field
578 unsafe fn object_drop<E>(e: Own<ErrorImpl>) { in object_drop() function