Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrDDLContext.cpp68 typedef const GrProgramDesc CacheKey; typedef in GrDDLContext::ProgramInfoMap
/third_party/grpc/src/python/grpcio/grpc/
D_simple_stubs.py31 CacheKey = Tuple[str, OptionsType, Optional[grpc.ChannelCredentials], variable
96 def _evict_locked(self, key: CacheKey):
/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
1038 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
1099 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local
/third_party/skia/src/core/
DSkVMBlitter.cpp424 SkVMBlitter::Key SkVMBlitter::CacheKey( in CacheKey() function in SkVMBlitter
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dkpynative.cc39 using CacheKey = std::pair<std::string, size_t>; typedef