Home
last modified time | relevance | path

Searched defs:Cache (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/rust/rust/src/librustdoc/formats/
Dcache.rs29 pub(crate) struct Cache { struct
36 pub(crate) impls: DefIdMap<Vec<Impl>>,
43 pub(crate) paths: FxHashMap<DefId, (Vec<Symbol>, ItemType)>,
47 pub(crate) external_paths: FxHashMap<DefId, (Vec<Symbol>, ItemType)>,
72 /// Cache of where external crate documentation can be found. argument
75 /// Cache of where documentation for primitives can be found. argument
87 /// This is stored in `Cache` so it doesn't need to be passed through all rustdoc functions. argument
105 // yet when its implementation methods are being indexed. Caches such methods argument
107 pub(crate) orphan_impl_items: Vec<OrphanImplItem>,
133 cache: &'a mut Cache, argument
[all …]
Drenderer.rs26 cache: Cache, in init()
47 fn cache(&self) -> &Cache; in cache()
54 cache: Cache, in run_format()
/third_party/rust/rust/src/tools/jsondocck/src/
Dcache.rs9 pub struct Cache { struct
14 impl Cache { implementation
16 pub fn new(config: &Config) -> Cache { in new()
/third_party/rust/rust/compiler/rustc_query_system/src/
Dcache.rs10 pub struct Cache<Key, Value> { struct
14 impl<Key: Clone, Value: Clone> Clone for Cache<Key, Value> { argument
20 impl<Key, Value> Default for Cache<Key, Value> { implementation
26 impl<Key, Value> Cache<Key, Value> { implementation
33 impl<Key: Eq + Hash, Value: Clone> Cache<Key, Value> { impl
/third_party/rust/rust/src/tools/clippy/tests/ui/crashes/
Dice-6250.rs4 pub struct Cache { struct
8 pub fn list_data(cache: &Cache, key: usize) { in list_data()
/third_party/grpc/src/core/lib/security/credentials/jwt/
Djwt_credentials.h82 struct Cache { struct
87 absl::optional<Cache> cached_; argument
/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dbasic_blocks.rs25 struct Cache { struct
36 BasicBlocks { basic_blocks, cache: Cache::default() } in new() argument
185 impl<S: Encoder> Encodable<S> for Cache { implementation
190 impl<D: Decoder> Decodable<D> for Cache { implementation
197 impl<CTX> HashStable<CTX> for Cache { implementation
/third_party/rust/rust/src/tools/rustfmt/tests/source/cfg_if/detect/
Dcache.rs76 struct Cache(AtomicU64); struct
80 impl Cache { impl
110 struct Cache(AtomicU32, AtomicU32); struct
113 impl Cache { impl
/third_party/rust/rust/src/tools/rustfmt/tests/target/cfg_if/detect/
Dcache.rs76 struct Cache(AtomicU64); struct
80 impl Cache { impl
110 struct Cache(AtomicU32, AtomicU32); struct
113 impl Cache { impl
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dpipelines.adoc7042 === Creating a Pipeline Cache
7294 [[pipelines-cache-merge]]
7295 === Merging Pipeline Caches
7332 === Retrieving Pipeline Cache Data
7379 === Pipeline Cache Header
/third_party/rust/rust/library/core/benches/
Dslice.rs5 enum Cache { enum
11 impl Cache { implementation
21 fn binary_search<F>(b: &mut Bencher, cache: Cache, mapper: F) in binary_search()
37 fn binary_search_worst_case(b: &mut Bencher, cache: Cache) { in binary_search_worst_case()
/third_party/mesa3d/src/util/tests/
Dcache_test.cpp728 class Cache : public ::testing::Test { class
732 Cache() { in Cache() function in Cache
740 TEST_F(Cache, MultiFile) in TEST_F() argument
775 TEST_F(Cache, SingleFile) in TEST_F() argument
815 TEST_F(Cache, Database) in TEST_F() argument
855 TEST_F(Cache, Combined) in TEST_F() argument
1078 TEST_F(Cache, List) in TEST_F() argument
1321 TEST_F(Cache, DatabaseMultipartEviction) in TEST_F() argument
1372 TEST_F(Cache, Disabled) in TEST_F() argument
1401 TEST_F(Cache, DoNotDeleteNewCache) in TEST_F() argument
[all …]
/third_party/rust/crates/regex/src/
Dpikevm.rs42 pub struct Cache { struct
44 clist: Threads,
45 nlist: Threads,
47 stack: Vec<FollowEpsilon>,
75 impl Cache { impl
Dbacktrack.rs55 pub struct Cache { struct
60 impl Cache { argument
/third_party/rust/rust/src/librustdoc/html/render/
Dsearch_index.rs20 cache: &mut Cache, in build_index()
99 cache: &mut Cache, in build_index()
117 let Cache { ref paths, ref external_paths, .. } = *cache; in build_index() localVariable
179 let Cache { ref paths, .. } = *cache; in build_index() localVariable
358 cache: &Cache, in get_function_type_for_search()
418 cache: &Cache, in add_generics_and_bounds_as_types()
620 cache: &Cache, in get_fn_inputs_and_outputs()
/third_party/rust/rust/tests/mir-opt/inline/
Ddyn_trait.rs6 pub trait Cache { trait
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DUtf8Old.java33 private static class Cache { class in Utf8Old
39 Cache() { in Cache() method in Utf8Old.Cache
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/test_data/parser/err/
D0013_invalid_type.rs1 pub struct Cache( struct
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/embedding_cache/cache_strategy/
Dcache.h34 explicit Cache(size_t capacity) : capacity_(capacity) {} in Cache() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DD3D11on12Util.h80 using Cache = std::unordered_set<Ref<D3D11on12ResourceCacheEntry>, variable
DSamplerHeapCacheD3D12.h98 using Cache = std::unordered_set<SamplerHeapCacheEntry*, variable
/third_party/rust/rust/compiler/rustc_query_system/src/query/
Dcaches.rs14 type Cache typedef
34 type Cache = DefaultCache<K, V> typedef
106 type Cache = SingleCache<V> typedef
148 type Cache = VecCache<K, V> typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h110 SymbolCache Cache; variable
/third_party/rust/rust/src/bootstrap/
Dcache.rs217 pub struct Cache( struct
226 impl Cache { impl
256 impl Cache { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCFLAndersAliasAnalysis.h85 DenseMap<const Function *, Optional<FunctionInfo>> Cache; variable

1234