Home
last modified time | relevance | path

Searched refs:CacheKey (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/common/
Dunifiedcache.h102 class CacheKey : public CacheKeyBase {
104 virtual ~CacheKey() { } in ~CacheKey()
136 class LocaleCacheKey : public CacheKey<T> {
142 : CacheKey<T>(other), fLoc(other.fLoc) { } in LocaleCacheKey()
145 return (int32_t)(37u * (uint32_t)CacheKey<T>::hashCode() + (uint32_t)fLoc.hashCode()); in hashCode()
152 if (!CacheKey<T>::operator == (other)) {
203 const CacheKey<T>& key, in get()
225 const CacheKey<T>& key, in get()
/third_party/skia/third_party/externals/icu/source/common/
Dunifiedcache.h102 class CacheKey : public CacheKeyBase {
104 virtual ~CacheKey() { } in ~CacheKey()
136 class LocaleCacheKey : public CacheKey<T> {
142 : CacheKey<T>(other), fLoc(other.fLoc) { } in LocaleCacheKey()
145 return (int32_t)(37u * (uint32_t)CacheKey<T>::hashCode() + (uint32_t)fLoc.hashCode()); in hashCode()
152 if (!CacheKey<T>::operator == (other)) {
203 const CacheKey<T>& key, in get()
225 const CacheKey<T>& key, in get()
/third_party/skia/src/gpu/
DGrDDLContext.cpp68 typedef const GrProgramDesc CacheKey; typedef in GrDDLContext::ProgramInfoMap
79 void add(CacheKey& desc, const GrProgramInfo* programInfo) { in add()
91 fMap.foreach([dst](CacheKey* programDesc, CacheValue* programInfo) { in toArray()
101 uint32_t operator()(CacheKey& desc) const { in operator ()()
106 SkLRUCache<CacheKey, CacheValue, DescHash> fMap;
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunifiedcache.h102 class CacheKey : public CacheKeyBase {
104 virtual ~CacheKey() { } in ~CacheKey()
136 class LocaleCacheKey : public CacheKey<T> {
142 : CacheKey<T>(other), fLoc(other.fLoc) { } in LocaleCacheKey()
145 return (int32_t)(37u * (uint32_t)CacheKey<T>::hashCode() + (uint32_t)fLoc.hashCode()); in hashCode()
152 if (!CacheKey<T>::operator == (other)) {
203 const CacheKey<T>& key, in get()
225 const CacheKey<T>& key, in get()
/third_party/node/deps/icu-small/source/common/
Dunifiedcache.h104 class CacheKey : public CacheKeyBase {
106 virtual ~CacheKey() { } in ~CacheKey()
139 class LocaleCacheKey : public CacheKey<T> {
143 if (!CacheKey<T>::equals(other)) { in equals()
153 : CacheKey<T>(other), fLoc(other.fLoc) { } in LocaleCacheKey()
156 return (int32_t)(37u * (uint32_t)CacheKey<T>::hashCode() + (uint32_t)fLoc.hashCode()); in hashCode()
203 const CacheKey<T>& key, in get()
225 const CacheKey<T>& key, in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1011 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
1012 RemoveFromReverseMap(ReverseNonLocalPtrDeps, &*ScanPos, CacheKey); in GetNonLocalInfoForBlock()
1038 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
1039 ReverseNonLocalPtrDeps[Inst].insert(CacheKey); in GetNonLocalInfoForBlock()
1099 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local
1112 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI)); in getNonLocalPointerDepFromBB()
1139 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB()
1159 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB()
1412 NonLocalPointerInfo &NLPI = NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB()
1419 CacheInfo = &NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB()
[all …]
/third_party/skia/src/core/
DSkVMBlitter.h81 static Key CacheKey(const Params& params,
DSkVMBlitter.cpp424 SkVMBlitter::Key SkVMBlitter::CacheKey( in CacheKey() function in SkVMBlitter
540 , fKey(CacheKey(fParams, &fUniforms, &fAlloc, ok)) {}
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp172502 const ImageCacheKey& CacheKey() const { return mCacheKey; } in CacheKey() function in imgRequest