Home
last modified time | relevance | path

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

/third_party/skia/m133/src/gpu/ganesh/
DGrDDLContext.cpp77 typedef const GrProgramDesc CacheKey; typedef in GrDDLContext::ProgramInfoMap
/third_party/skia/src/gpu/
DGrDDLContext.cpp68 typedef const GrProgramDesc CacheKey; typedef in GrDDLContext::ProgramInfoMap
/third_party/rust/rust/compiler/rustc_data_structures/src/obligation_forest/
Dtests.rs7 type CacheKey = &'a str; typedef
9 fn as_cache_key(&self) -> Self::CacheKey { in as_cache_key()
Dmod.rs86 type CacheKey: Clone + hash::Hash + Eq + Debug; typedef
92 fn as_cache_key(&self) -> Self::CacheKey; in as_cache_key()
/third_party/grpc/src/python/grpcio/grpc/
D_simple_stubs.py41 CacheKey = Tuple[ variable
119 def _evict_locked(self, key: CacheKey):
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/
Dfulfill.rs35 type CacheKey = ty::ParamEnvAnd<'tcx, ty::Predicate<'tcx>>; typedef
37 fn as_cache_key(&self) -> Self::CacheKey { in as_cache_key()
/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/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp172502 const ImageCacheKey& CacheKey() const { return mCacheKey; } in CacheKey() function in imgRequest