Home
last modified time | relevance | path

Searched defs:Own (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/anyhow/src/
Dptr.rs6 pub struct Own<T> struct
13 unsafe impl<T> Send for Own<T> where T: ?Sized {} implementation
15 unsafe impl<T> Sync for Own<T> where T: ?Sized {} implementation
17 impl<T> Copy for Own<T> where T: ?Sized {} implementation
19 impl<T> Clone for Own<T> implementation
28 impl<T> Own<T> implementation
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dupb.hpp60 bool Own(T *obj) { in Own() function in upb::Arena
/external/protobuf/src/google/protobuf/
Darena.h385 PROTOBUF_NOINLINE void Own(T* object) { in Own() function