Searched defs:KeyHash (Results 1 – 12 of 12) sorted by relevance
73 struct KeyHash { struct77 using GraphicsPipelineCache = SkLRUCache<UniqueKey, sk_sp<GraphicsPipeline>, KeyHash>; argument
44 struct KeyHash { struct45 uint32_t operator()(const Key& k) const { return k.fHash; } in operator()
48 KeyHash() uint32 methodSpec70 func (v EcdsaVerifier) KeyHash() uint32 { func
49 struct KeyHash { struct
129 struct KeyHash struct in angle::__anon6193e9b30111::AstcDecompressorContextCache131 std::size_t operator()(const Key &k) const in operator ()()
82 struct KeyHash { struct
147 struct KeyHash { struct in gfxstream::vk::__anon6660b5b20111::AstcDecoderContextCache148 std::size_t operator()(const Key& k) const { in operator ()()
242 struct KeyHash { struct243 std::size_t operator()(const Key& k) const { in operator()
116 uint64 KeyHash(const StringPiece& k) { return Hash64(k.data(), k.size()); } in KeyHash() function
125 class KeyHash(univ.OctetString): class
44 KeyHash = rfc2560.KeyHash variable
222 auto KeyHash = Info::ComputeHash(Key); in find() local