Searched defs:WeakRefCountedPtr (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/ |
H A D | ref_counted_ptr_test.cc | 288 TEST(WeakRefCountedPtr, DefaultConstructor) { WeakRefCountedPtr<Bar> bar; } in TEST() argument 290 TEST(WeakRefCountedPtr, ExplicitConstructorEmpty) { in TEST() argument 294 TEST(WeakRefCountedPtr, ExplicitConstructor) { in TEST() argument 300 TEST(WeakRefCountedPtr, MoveConstructor) { in TEST() argument 308 TEST(WeakRefCountedPtr, MoveAssignment) { in TEST() argument 316 TEST(WeakRefCountedPtr, CopyConstructor) { in TEST() argument 324 TEST(WeakRefCountedPtr, CopyAssignment) { in TEST() argument 332 TEST(WeakRefCountedPtr, CopyAssignmentWhenEmpty) { in TEST() argument 340 TEST(WeakRefCountedPtr, CopyAssignmentToSelf) { in TEST() argument 346 TEST(WeakRefCountedPtr, EnclosedScope) { in TEST() argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | ref_counted_ptr.h | 178 WeakRefCountedPtr() {} in WeakRefCountedPtr() function 180 WeakRefCountedPtr(std::nullptr_t) {} in WeakRefCountedPtr() function 184 explicit WeakRefCountedPtr(Y* value) { in WeakRefCountedPtr() function 189 WeakRefCountedPtr(WeakRefCountedPtr&& other) noexcept { in WeakRefCountedPtr() function 195 WeakRefCountedPtr(WeakRefCountedPtr<Y>&& other) noexcept { in WeakRefCountedPtr() function 212 WeakRefCountedPtr(const WeakRefCountedPtr& other) { in WeakRefCountedPtr() function 218 WeakRefCountedPtr(const WeakRefCountedPtr<Y>& other) { in WeakRefCountedPtr() function
|
D | dual_ref_counted.h | 237 friend class WeakRefCountedPtr; variable
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/ |
H A D | ref_counted_ptr.h | 206 WeakRefCountedPtr() {} in WeakRefCountedPtr() function 208 WeakRefCountedPtr(std::nullptr_t) {} in WeakRefCountedPtr() function 213 explicit WeakRefCountedPtr(Y* value) { in WeakRefCountedPtr() function 218 WeakRefCountedPtr(WeakRefCountedPtr&& other) noexcept { in WeakRefCountedPtr() function 225 WeakRefCountedPtr(WeakRefCountedPtr<Y>&& other) noexcept { in WeakRefCountedPtr() function 243 WeakRefCountedPtr(const WeakRefCountedPtr& other) { in WeakRefCountedPtr() function 250 WeakRefCountedPtr(const WeakRefCountedPtr<Y>& other) { in WeakRefCountedPtr() function
|
H A D | dual_ref_counted.h | 274 friend class WeakRefCountedPtr; variable
|