Home
last modified time | relevance | path

Searched defs:WeakRefCountedPtr (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dref_counted_ptr.h188 WeakRefCountedPtr() {} in WeakRefCountedPtr() function
190 WeakRefCountedPtr(std::nullptr_t) {} in WeakRefCountedPtr() function
195 WeakRefCountedPtr(Y* value) { in WeakRefCountedPtr() function
200 WeakRefCountedPtr(WeakRefCountedPtr&& other) noexcept { in WeakRefCountedPtr() function
206 WeakRefCountedPtr(WeakRefCountedPtr<Y>&& other) noexcept { in WeakRefCountedPtr() function
225 WeakRefCountedPtr(const WeakRefCountedPtr& other) { in WeakRefCountedPtr() function
231 WeakRefCountedPtr(const WeakRefCountedPtr<Y>& other) { in WeakRefCountedPtr() function
Ddual_ref_counted.h241 friend class WeakRefCountedPtr; variable