Searched defs:GetRefCount (Results 1 – 3 of 3) sorted by relevance
51 size_t GetRefCount() const { return 0u; } in GetRefCount() function82 size_t GetRefCount() const { return ref_count_; } in GetRefCount() function
86 virtual int GetRefCount() { in GetRefCount() function
22 uint32_t GetRefCount(node* node) { return node->refcount_; } in GetRefCount() function in NodeTest