Searched defs:AnyQuantizedTypeStorage (Results 1 – 1 of 1) sorted by relevance
45 struct AnyQuantizedTypeStorage : public QuantizedTypeStorage { struct46 struct KeyTy {77 AnyQuantizedTypeStorage(const KeyTy &key) in AnyQuantizedTypeStorage() function86 static AnyQuantizedTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument92 static unsigned hashKey(const KeyTy &key) { return key.getHashValue(); } in hashKey()