Home
last modified time | relevance | path

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

12345678910>>...14

/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/server/
H A DSnapshots.h54 struct CacheKey { struct
55 CacheKey(): CacheKey(nullptr, 0) { in CacheKey() argument
57 CacheKey(const CacheKey& ck) { in CacheKey() function
61 CacheKey(TrackList* tl, int64_t ex) { in CacheKey() function
69 std::map<std::string, CacheKey> cache; argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/
H A Dcachekey.go23 CacheKey ExportableCacheKey member
26 type CacheKey struct { struct
27 mu sync.RWMutex
29 ID string
31 digest digest.Digest
32 output Index
33 ids map[*cacheManager]string
35 indexIDs []string
48 func (ck *CacheKey) Digest() digest.Digest {
51 func (ck *CacheKey) Output() Index {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/
H A Dcachekey.go23 CacheKey ExportableCacheKey member
26 type CacheKey struct { struct
27 mu sync.RWMutex
29 ID string
31 digest digest.Digest
32 output Index
33 ids map[*cacheManager]string
35 indexIDs []string
48 func (ck *CacheKey) Digest() digest.Digest {
51 func (ck *CacheKey) Output() Index {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/
H A Dcachekey.go23 CacheKey ExportableCacheKey member
26 type CacheKey struct { struct
27 mu sync.RWMutex
29 ID string
31 digest digest.Digest
32 output Index
33 ids map[*cacheManager]string
35 indexIDs []string
48 func (ck *CacheKey) Digest() digest.Digest {
51 func (ck *CacheKey) Output() Index {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/
H A Dcachekey.go23 CacheKey ExportableCacheKey member
26 type CacheKey struct { struct
27 mu sync.RWMutex
29 ID string
31 digest digest.Digest
32 output Index
33 ids map[*cacheManager]string
35 indexIDs []string
48 func (ck *CacheKey) Digest() digest.Digest {
51 func (ck *CacheKey) Output() Index {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/
H A Dcachekey.go23 CacheKey ExportableCacheKey member
26 type CacheKey struct { struct
27 mu sync.RWMutex
29 ID string
31 digest digest.Digest
32 output Index
33 ids map[*cacheManager]string
35 indexIDs []string
48 func (ck *CacheKey) Digest() digest.Digest {
51 func (ck *CacheKey) Output() Index {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/
H A Dcachekey.go23 CacheKey ExportableCacheKey member
26 type CacheKey struct { struct
27 mu sync.RWMutex
29 ID string
31 digest digest.Digest
32 output Index
33 ids map[*cacheManager]string
35 indexIDs []string
48 func (ck *CacheKey) Digest() digest.Digest {
51 func (ck *CacheKey) Output() Index {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/
H A Dcachekey.go23 CacheKey ExportableCacheKey member
26 type CacheKey struct { struct
27 mu sync.RWMutex
29 ID string
31 digest digest.Digest
32 output Index
33 ids map[*cacheManager]string
35 indexIDs []string
48 func (ck *CacheKey) Digest() digest.Digest {
51 func (ck *CacheKey) Output() Index {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/moby/buildkit/solver/
H A Dcachekey.go23 CacheKey ExportableCacheKey member
26 type CacheKey struct { struct
27 mu sync.RWMutex
29 ID string
31 digest digest.Digest
32 output Index
33 ids map[*cacheManager]string
35 indexIDs []string
48 func (ck *CacheKey) Digest() digest.Digest {
51 func (ck *CacheKey) Output() Index {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/moby/buildkit/solver/
H A Dcachekey.go23 CacheKey ExportableCacheKey member
26 type CacheKey struct { struct
27 mu sync.RWMutex
29 ID string
31 digest digest.Digest
32 output Index
33 ids map[*cacheManager]string
35 indexIDs []string
48 func (ck *CacheKey) Digest() digest.Digest {
51 func (ck *CacheKey) Output() Index {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/loader/
H A DURLPreloader.h137 struct CacheKey { struct
147 CacheKey() = default; argument
150 CacheKey(EntryType type, const nsACString& path) in CacheKey() argument
153 explicit CacheKey(nsIFile* file) : mType(TypeFile) { in CacheKey() argument
170 bool operator==(const CacheKey& other) const { argument
176 Omnijar::Type OmnijarType() { in OmnijarType()
188 const char* TypeString() const { in TypeString()
216 struct URLEntry final : public CacheKey, public LinkedListElement<URLEntry> { argument
/dports/www/firefox/firefox-99.0/js/xpconnect/loader/
H A DURLPreloader.h137 struct CacheKey { struct
147 CacheKey() = default; argument
150 CacheKey(EntryType type, const nsACString& path) in CacheKey() argument
153 explicit CacheKey(nsIFile* file) : mType(TypeFile) { in CacheKey() argument
170 bool operator==(const CacheKey& other) const { argument
176 Omnijar::Type OmnijarType() { in OmnijarType()
188 const char* TypeString() const { in TypeString()
216 struct URLEntry final : public CacheKey, public LinkedListElement<URLEntry> { argument
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/loader/
H A DURLPreloader.h137 struct CacheKey { struct
147 CacheKey() = default; argument
150 CacheKey(EntryType type, const nsACString& path) in CacheKey() function
153 explicit CacheKey(nsIFile* file) : mType(TypeFile) { in CacheKey() function
170 bool operator==(const CacheKey& other) const { argument
176 Omnijar::Type OmnijarType() { in OmnijarType()
188 const char* TypeString() const { in TypeString()
216 struct URLEntry final : public CacheKey, public LinkedListElement<URLEntry> { argument
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/loader/
H A DURLPreloader.h137 struct CacheKey { struct
147 CacheKey() = default; argument
150 CacheKey(EntryType type, const nsACString& path) in CacheKey() function
153 explicit CacheKey(nsIFile* file) : mType(TypeFile) { in CacheKey() function
170 bool operator==(const CacheKey& other) const { argument
176 Omnijar::Type OmnijarType() { in OmnijarType()
188 const char* TypeString() { in TypeString()
216 struct URLEntry final : public CacheKey, public LinkedListElement<URLEntry> { argument
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/loader/
H A DURLPreloader.h137 struct CacheKey { struct
147 CacheKey() = default; argument
150 CacheKey(EntryType type, const nsACString& path) in CacheKey() function
153 explicit CacheKey(nsIFile* file) : mType(TypeFile) { in CacheKey() argument
170 bool operator==(const CacheKey& other) const { argument
176 Omnijar::Type OmnijarType() { in OmnijarType()
188 const char* TypeString() { in TypeString()
216 struct URLEntry final : public CacheKey, public LinkedListElement<URLEntry> { argument
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-import-wrapper-cache.h30 struct CacheKey { struct
31 CacheKey(const compiler::WasmImportCallKind& _kind, const FunctionSig* _sig, in CacheKey() function
51 size_t operator()(const CacheKey& key) const { in operator() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dwasm-import-wrapper-cache.h26 struct CacheKey { struct
27 CacheKey(const compiler::WasmImportCallKind& _kind, const FunctionSig* _sig, in CacheKey() function
47 size_t operator()(const CacheKey& key) const { in operator() argument
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/
H A D_lru_cache.py5 CacheKey = TypeVar("CacheKey") variable
22 def __setitem__(self, key: CacheKey, value: CacheValue) -> None:
29 def __getitem__(self: Dict[CacheKey, CacheValue], key: CacheKey) -> CacheValue:
/dports/textproc/py-rich/rich-10.16.1/rich/
H A D_lru_cache.py5 CacheKey = TypeVar("CacheKey") variable
22 def __setitem__(self, key: CacheKey, value: CacheValue) -> None:
29 def __getitem__(self: Dict[CacheKey, CacheValue], key: CacheKey) -> CacheValue:
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_nodelistimpl.h86 struct CacheKey { struct
90 CacheKey(): type(UNCACHEABLE) {} in CacheKey() argument
92 CacheKey(NodeImpl *_baseNode, int _type): in CacheKey() function
102 bool operator==(const CacheKey &other) const argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dgr_shader_cache.h62 struct CacheKey { struct
66 CacheKey& operator=(const CacheKey& other); argument
67 CacheKey& operator=(CacheKey&& other); argument
90 size_t operator()(const CacheKey& key) const { return key.hash; } in operator() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dgr_shader_cache.h62 struct CacheKey { struct
66 CacheKey& operator=(const CacheKey& other); argument
67 CacheKey& operator=(CacheKey&& other); argument
90 size_t operator()(const CacheKey& key) const { return key.hash; } in operator() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dicon_manager.h96 struct CacheKey { struct
107 std::map<CacheKey, gfx::Image> icon_cache_; argument
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/php/
H A Dcommon-cache.php50 function ReportCacheGet($CacheKey)
102 function ReportCachePut($CacheKey, $CacheValue)
207 function ReportCachePurgeByKey($CacheKey)
/dports/sysutils/istio/istio-1.6.7/pkg/test/util/yml/
H A Dcache.go37 type CacheKey struct { struct
38 group string
39 kind string
40 namespace string
41 name string

12345678910>>...14