/third_party/gn/src/base/memory/ |
D | ref_counted.h | 191 class RefCounted; variable 206 RefCounted() : subtle::RefCountedBase(T::kRefCountPreference) {} in RefCounted() function
|
D | scoped_refptr.h | 23 class RefCounted; variable
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | refcount.h | 123 RefCounted() : ref_count_(0) { in RefCounted() function 130 RefCounted(const RefCounted<TDerived>&) : ref_count_(0) {} in RefCounted() function
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | refcount.h | 123 RefCounted() : ref_count_(0) { in RefCounted() function 130 RefCounted(const RefCounted<TDerived>&) : ref_count_(0) {} in RefCounted() function
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | RefCounted.cpp | 21 RefCounted::RefCounted() { in RefCounted() function in dawn_native::RefCounted
|
/third_party/cef/include/base/ |
D | cef_ref_counted.h | 344 class RefCounted; variable 359 RefCounted() : cef_subtle::RefCountedBase(T::kRefCountPreference) {} in RefCounted() function
|
D | cef_scoped_refptr.h | 58 class RefCounted; variable
|
/third_party/grpc/test/core/gprpp/ |
D | ref_counted_test.cc | 38 TEST(RefCounted, Basic) { in TEST() argument 43 TEST(RefCounted, ExtraRef) { in TEST() argument
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/ |
D | RefCountedTests.cpp | 43 TEST(RefCounted, StartsWithOneRef) { in TEST() argument 52 TEST(RefCounted, AddingRefKeepsAlive) { in TEST() argument 65 TEST(RefCounted, RaceOnReferenceRelease) { in TEST() argument
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | RefCounted.cpp | 25 RefCounted::RefCounted(uint64_t payload) : mRefCount(kRefCountIncrement + payload) { in RefCounted() function in RefCounted
|
/third_party/openh264/module/ |
D | RefCounted.h | 101 RefCounted() in RefCounted() function
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | RefCountedTests.cpp | 50 TEST(RefCounted, StartsWithOneRef) { in TEST() argument 59 TEST(RefCounted, AddingRefKeepsAlive) { in TEST() argument 72 TEST(RefCounted, RaceOnReferenceRelease) { in TEST() argument
|
/third_party/abseil-cpp/absl/container/ |
D | inlined_vector_test.cc | 78 class RefCounted { class 80 RefCounted(int value, int* count) : value_(value), count_(count) { Ref(); } in RefCounted() function in __anon50ba4e9e0111::RefCounted 82 RefCounted(const RefCounted& v) : value_(v.value_), count_(v.count_) { in RefCounted() function in __anon50ba4e9e0111::RefCounted
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | inlined_vector_test.cc | 78 class RefCounted { class 80 RefCounted(int value, int* count) : value_(value), count_(count) { Ref(); } in RefCounted() function in __anonbed28bf30111::RefCounted 82 RefCounted(const RefCounted& v) : value_(v.value_), count_(v.count_) { in RefCounted() function in __anonbed28bf30111::RefCounted
|