OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MetadataCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
metadata_cache.js
8
*
MetadataCache
is a map from Entry to an object containing properties.
51
function
MetadataCache
() {
93
MetadataCache
.EXACT = 0;
99
MetadataCache
.CHILDREN = 1;
105
MetadataCache
.DESCENDANTS = 2;
110
MetadataCache
.EVICTION_THRESHOLD_MARGIN = 500;
113
* @return {
MetadataCache
!} The cache with all providers.
115
MetadataCache
.createFull = function() {
116
var cache = new
MetadataCache
();
129
MetadataCache
.cloneMetadata = function(metadata)
[
all
...]
/external/clang/lib/CodeGen/
CodeGenTBAA.h
57
///
MetadataCache
- This maps clang::Types to scalar llvm::MDNodes describing
59
llvm::DenseMap<const Type *, llvm::MDNode *>
MetadataCache
;
Completed in 159 milliseconds