Lines Matching refs:HashNode
128 class HashNode : SkNoncopyable {
130 static const Key& GetKey(const HashNode&);
135 HashNode() = default;
136 HashNode(GrCCPathCache*, sk_sp<Key>, const MaskTransform&, const GrShape&);
137 HashNode(HashNode&& node) in HashNode() function
142 ~HashNode();
144 void operator=(HashNode&& node);
169 SkTHashTable<HashNode, const Key&> fHashTable;
187 const SkTHashTable<HashNode, const Key&>& testingOnly_getHashTable() const;
340 inline GrCCPathCache::HashNode::HashNode(GrCCPathCache* pathCache, sk_sp<Key> key, in HashNode() function
348 inline const GrCCPathCache::Key& GrCCPathCache::HashNode::GetKey( in GetKey()
349 const GrCCPathCache::HashNode& node) { in GetKey()
353 inline GrCCPathCache::HashNode::~HashNode() { in ~HashNode()
357 inline void GrCCPathCache::HashNode::operator=(HashNode&& node) {