Home
last modified time | relevance | path

Searched defs:THashTable (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkTHash.h38 THashTable(const THashTable& that) { *this = that; } in THashTable() function
39 THashTable( THashTable&& that) { *this = std::move(that); } in THashTable() function