Home
last modified time | relevance | path

Searched refs:AddRefImpl (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/include/base/
Dcef_ref_counted.h99 AddRefImpl(); in AddRef()
153 void AddRefImpl() const;
156 void AddRefImpl() const { ++ref_count_; } in AddRefImpl() function
204 void AddRef() const { AddRefImpl(); } in AddRef()
224 ALWAYS_INLINE void AddRefImpl() const { in AddRefImpl() function
432 void AddRef() const { AddRefImpl(T::kRefCountPreference); }
451 void AddRefImpl(cef_subtle::StartRefCountFromZeroTag) const {
455 void AddRefImpl(cef_subtle::StartRefCountFromOneTag) const {
/third_party/gn/src/base/memory/
Dref_counted.h32 void AddRef() const { AddRefImpl(); } in AddRef()
68 void AddRefImpl() const;
70 void AddRefImpl() const { ++ref_count_; } in AddRefImpl() function
96 void AddRef() const { AddRefImpl(); } in AddRef()
109 ALWAYS_INLINE void AddRefImpl() const { ref_count_.Increment(); } in AddRefImpl() function
Dref_counted.cc16 void RefCountedBase::AddRefImpl() const { in AddRefImpl() function in base::subtle::RefCountedBase
29 AddRefImpl(); in AddRef()
/third_party/cef/libcef_dll/base/
Dcef_ref_counted.cc43 void RefCountedBase::AddRefImpl() const { in AddRefImpl() function in base::cef_subtle::RefCountedBase
73 AddRefImpl(); in AddRef()