Home
last modified time | relevance | path

Searched defs:CacheEntry (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DLazyRandomTypeCollection.h53 struct CacheEntry { struct
54 CVType Type;
55 uint32_t Offset;
56 StringRef Name;
/third_party/node/deps/v8/src/strings/
Dunicode.h40 inline CacheEntry() in CacheEntry() function
42 inline CacheEntry(uchar code_point, bool value) in CacheEntry() function
77 struct CacheEntry { struct
78 inline CacheEntry() : code_point_(kNoChar), offset_(0) {} in CacheEntry() function
79 inline CacheEntry(uchar code_point, signed offset) in CacheEntry() argument
87 CacheEntry entries_[kSize]; argument
/third_party/ffmpeg/libavformat/
Dcache.c48 typedef struct CacheEntry { struct
52 } CacheEntry; argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleObjectCache.java73 private static class CacheEntry<K, V> extends SoftReference<V> { class in LocaleObjectCache
76 CacheEntry(K key, V value, ReferenceQueue<V> queue) { in CacheEntry() method in LocaleObjectCache.CacheEntry
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleObjectCache.java77 private static class CacheEntry<K, V> extends SoftReference<V> { class in LocaleObjectCache
80 CacheEntry(K key, V value, ReferenceQueue<V> queue) { in CacheEntry() method in LocaleObjectCache.CacheEntry
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
Dindex.js2 const CacheEntry = require('./entry.js') constant
Dentry.js116 class CacheEntry { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMappedBlockStream.h94 using CacheEntry = MutableArrayRef<uint8_t>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterferenceCache.h181 Entry *CacheEntry = nullptr; variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUService.java527 private static final class CacheEntry { class in ICUService
530 CacheEntry(String actualDescriptor, Object service) { in CacheEntry() method in ICUService.CacheEntry
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUService.java532 private static final class CacheEntry { class in ICUService
535 CacheEntry(String actualDescriptor, Object service) { in CacheEntry() method in ICUService.CacheEntry
/third_party/skia/third_party/externals/icu/source/common/
Dserv.cpp205 class CacheEntry : public UMemory { class
220 CacheEntry(const UnicodeString& _actualDescriptor, UObject* _service) in CacheEntry() function in CacheEntry
/third_party/node/deps/icu-small/source/common/
Dserv.cpp206 class CacheEntry : public UMemory { class
221 CacheEntry(const UnicodeString& _actualDescriptor, UObject* _service) in CacheEntry() function in CacheEntry
/third_party/icu/icu4c/source/common/
Dserv.cpp206 class CacheEntry : public UMemory { class
221 CacheEntry(const UnicodeString& _actualDescriptor, UObject* _service) in CacheEntry() function in CacheEntry
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp1050 ModuleCacheEntry CacheEntry(CacheOptions.Path, *Index, ModuleIdentifier, in run() local