| /third_party/rust/rust/src/librustdoc/formats/ |
| D | cache.rs | 29 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 …]
|
| D | renderer.rs | 26 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/ |
| D | cache.rs | 9 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/ |
| D | cache.rs | 10 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/ |
| D | ice-6250.rs | 4 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/ |
| D | jwt_credentials.h | 82 struct Cache { struct 87 absl::optional<Cache> cached_; argument
|
| /third_party/rust/rust/compiler/rustc_middle/src/mir/ |
| D | basic_blocks.rs | 25 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/ |
| D | cache.rs | 76 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/ |
| D | cache.rs | 76 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/ |
| D | pipelines.adoc | 7042 === 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/ |
| D | slice.rs | 5 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/ |
| D | cache_test.cpp | 728 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/ |
| D | pikevm.rs | 42 pub struct Cache { struct 44 clist: Threads, 45 nlist: Threads, 47 stack: Vec<FollowEpsilon>, 75 impl Cache { impl
|
| D | backtrack.rs | 55 pub struct Cache { struct 60 impl Cache { argument
|
| /third_party/rust/rust/src/librustdoc/html/render/ |
| D | search_index.rs | 20 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/ |
| D | dyn_trait.rs | 6 pub trait Cache { trait
|
| /third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/ |
| D | Utf8Old.java | 33 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/ |
| D | 0013_invalid_type.rs | 1 pub struct Cache( struct
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/embedding_cache/cache_strategy/ |
| D | cache.h | 34 explicit Cache(size_t capacity) : capacity_(capacity) {} in Cache() function
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | D3D11on12Util.h | 80 using Cache = std::unordered_set<Ref<D3D11on12ResourceCacheEntry>, variable
|
| D | SamplerHeapCacheD3D12.h | 98 using Cache = std::unordered_set<SamplerHeapCacheEntry*, variable
|
| /third_party/rust/rust/compiler/rustc_query_system/src/query/ |
| D | caches.rs | 14 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/ |
| D | NativeSession.h | 110 SymbolCache Cache; variable
|
| /third_party/rust/rust/src/bootstrap/ |
| D | cache.rs | 217 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/ |
| D | CFLAndersAliasAnalysis.h | 85 DenseMap<const Function *, Optional<FunctionInfo>> Cache; variable
|