Searched defs:getRefCnt (Results 1 – 6 of 6) sorted by relevance
98 int32_t getRefCnt() const { return fRefCnt.load(); } in getRefCnt() function
90 int32_t getRefCnt() const { return fRefCnt.load(std::memory_order_relaxed); } in getRefCnt() function
94 int32_t getRefCnt() const { return fRefCnt.load(); } in getRefCnt() function
86 int32_t getRefCnt() const { in getRefCnt() function
85 int32_t getRefCnt() const { in getRefCnt() function
254 int32_t SkString::Rec::getRefCnt() const { in getRefCnt() function in SkString::Rec