Searched defs:getRefCnt (Results 1 – 4 of 4) sorted by relevance
104 int32_t getRefCnt() const { return fRefCnt.load(); } in getRefCnt() function
105 int32_t getRefCnt() const { return fRefCnt.load(std::memory_order_relaxed); } in getRefCnt() function
86 int32_t getRefCnt() const { in getRefCnt() function
263 int32_t SkString::Rec::getRefCnt() const { in getRefCnt() function in SkString::Rec