Home
last modified time | relevance | path

Searched defs:RefCounted (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H A Drefcount.h121 class RefCounted : virtual public RefCount { class
123 RefCounted() : ref_count_(0) { in RefCounted() function in sfntly::RefCounted
130 RefCounted(cons in RefCounted() argument
138 operator =(const RefCounted<TDerived>&) operator =() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/common/
H A DRefCounted.cpp25 RefCounted::RefCounted(uint64_t payload) : mRefCount(kRefCountIncrement + payload) { in RefCounted() function in RefCounted
[all...]
H A DRefCounted.h23 class RefCounted { class
/third_party/gn/src/base/memory/
H A Dref_counted.h201 class RefCounted : public subtle::RefCountedBase { global() class
206 RefCounted() : subtle::RefCountedBase(T::kRefCountPreference) {} RefCounted() function in base::RefCounted
[all...]
H A Dscoped_refptr.h37 IsRefCountPreferenceOverridden(const T*, const RefCounted<U, V>*) IsRefCountPreferenceOverridden() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_test.cc78 class RefCounted { class
80 RefCounted(int value, int* count) : value_(value), count_(count) { Ref(); } in RefCounted() function in __anon19170::RefCounted
82 RefCounted(const RefCounted& v) : value_(v.value_), count_(v.count_) { in RefCounted() function in __anon19170::RefCounted
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.h561 class RefCounted : angle::NonCopyable class
564 RefCounted() : mRefCount(0) {} in RefCounted() function in rx::vk::RefCounted
565 explicit RefCounted(T &&newObject) : mRefCount(0), mObject(std::move(newObject)) {} in RefCounted() function in rx::vk::RefCounted
568 RefCounted(RefCounted &&copy) : mRefCount(copy.mRefCount), mObject(std::move(copy.mObject)) in RefCounted() function in rx::vk::RefCounted
[all...]

Completed in 6 milliseconds