Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/gprpp/
H A Dref_counted_ptr_test.cc288 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/
Dref_counted_ptr.h178 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
Ddual_ref_counted.h237 friend class WeakRefCountedPtr; variable
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dref_counted_ptr.h206 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 Ddual_ref_counted.h274 friend class WeakRefCountedPtr; variable