Searched refs:AddRefImpl (Results 1 – 2 of 2) sorted by relevance
32 void AddRef() const { AddRefImpl(); } in AddRef()68 void AddRefImpl() const;70 void AddRefImpl() const { ++ref_count_; } in AddRefImpl() function96 void AddRef() const { AddRefImpl(); } in AddRef()109 ALWAYS_INLINE void AddRefImpl() const { ref_count_.Increment(); } in AddRefImpl() function
16 void RefCountedBase::AddRefImpl() const { in AddRefImpl() function in base::subtle::RefCountedBase29 AddRefImpl(); in AddRef()