Searched defs:Own (Results 1 – 3 of 3) sorted by relevance
6 pub struct Own<T> struct13 unsafe impl<T> Send for Own<T> where T: ?Sized {} implementation15 unsafe impl<T> Sync for Own<T> where T: ?Sized {} implementation17 impl<T> Copy for Own<T> where T: ?Sized {} implementation19 impl<T> Clone for Own<T> implementation28 impl<T> Own<T> impl
60 bool Own(T *obj) { in Own() function in upb::Arena
385 PROTOBUF_NOINLINE void Own(T* object) { in Own() function