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.h187 WeakRefCountedPtr() {} in WeakRefCountedPtr() function
189 WeakRefCountedPtr(std::nullptr_t) {} in WeakRefCountedPtr() function
194 WeakRefCountedPtr(Y* value) { in WeakRefCountedPtr() function
199 WeakRefCountedPtr(WeakRefCountedPtr&& other) noexcept { in WeakRefCountedPtr() function
205 WeakRefCountedPtr(WeakRefCountedPtr<Y>&& other) noexcept { in WeakRefCountedPtr() function
224 WeakRefCountedPtr(const WeakRefCountedPtr& other) { in WeakRefCountedPtr() function
230 WeakRefCountedPtr(const WeakRefCountedPtr<Y>& other) { in WeakRefCountedPtr() function
Ddual_ref_counted.h241 friend class WeakRefCountedPtr; variable