Home
last modified time | relevance | path

Searched defs:ReasonCache (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/
H A Dreason_cache.go38 type ReasonCache struct { struct
39 lock sync.Mutex
40 cache *lru.Cache
59 func (c *ReasonCache) composeKey(uid types.UID, name string) string {
64 func (c *ReasonCache) add(uid types.UID, name string, reason error, message string) {
72 func (c *ReasonCache) Update(uid types.UID, result kubecontainer.PodSyncResult) {
87 func (c *ReasonCache) Remove(uid types.UID, name string) {
96 func (c *ReasonCache) Get(uid types.UID, name string) (*ReasonItem, bool) {
H A Dreason_cache_test.go52 func assertReasonInfo(t *testing.T, cache *ReasonCache, uid types.UID, result *kubecontainer.SyncRe…
/dports/www/firefox-esr/firefox-91.8.0/build/clang-plugin/
H A DCustomTypeAnnotation.h29 typedef DenseMap<void *, AnnotationReason> ReasonCache; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/build/clang-plugin/
H A DCustomTypeAnnotation.h29 typedef DenseMap<void *, AnnotationReason> ReasonCache; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/build/clang-plugin/
H A DCustomTypeAnnotation.h29 typedef DenseMap<void *, AnnotationReason> ReasonCache; typedef
/dports/lang/spidermonkey60/firefox-60.9.0/build/clang-plugin/
H A DCustomTypeAnnotation.h28 typedef DenseMap<void *, AnnotationReason> ReasonCache; typedef
/dports/www/firefox/firefox-99.0/build/clang-plugin/
H A DCustomTypeAnnotation.h30 typedef DenseMap<void *, AnnotationReason> ReasonCache; typedef
/dports/www/firefox-legacy/firefox-52.8.0esr/build/clang-plugin/
H A Dclang-plugin.cpp469 typedef DenseMap<void *, AnnotationReason> ReasonCache; typedef in __anon640086c70111::CustomTypeAnnotation