Searched defs:TestingKey (Results 1 – 2 of 2) sorted by relevance
14 struct TestingKey : public SkResourceCache::Key { struct15 intptr_t fValue;17 TestingKey(intptr_t value, uint64_t sharedID = 0) : fValue(value) { in TestingKey() function
14 struct TestingKey : public SkResourceCache::Key { struct15 intptr_t fValue;17 TestingKey(intptr_t value, uint64_t sharedID = 0) : fValue(value) { in TestingKey() argument