Home
last modified time | relevance | path

Searched refs:GCPolicy (Results 1 – 25 of 646) sorted by relevance

12345678910>>...26

/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DGCPolicyAPI.h88 struct GCPolicy : public StructGCPolicy<T> {}; struct
99 struct GCPolicy<uint32_t> : public IgnoreGCPolicy<uint32_t> {};
118 struct GCPolicy<JSAtom*> : public GCPointerPolicy<JSAtom*> {};
142 struct GCPolicy<JS::Heap<T>> {
153 struct GCPolicy<mozilla::UniquePtr<T, D>> {
159 if (tp->get()) GCPolicy<T>::trace(trc, tp->get(), name);
162 if (tp->get()) return GCPolicy<T>::needsSweep(tp->get());
166 if (t.get()) return GCPolicy<T>::isValid(*t.get());
174 struct GCPolicy<mozilla::Maybe<T>> {
184 if (t.isSome()) return GCPolicy<T>::isValid(t.ref());
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DGCPolicyAPI.h89 struct GCPolicy : public StructGCPolicy<T> {}; struct
161 struct GCPolicy<JS::Heap<T>> {
178 struct GCPolicy<mozilla::UniquePtr<T, D>> {
182 GCPolicy<T>::trace(trc, tp->get(), name);
187 return GCPolicy<T>::needsSweep(tp->get());
199 return GCPolicy<T>::isValid(*t.get());
211 struct GCPolicy<mozilla::Maybe<T>> {
214 GCPolicy<T>::trace(trc, tp->ptr(), name);
219 return GCPolicy<T>::needsSweep(tp->ptr());
231 return GCPolicy<T>::isValid(t.ref());
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DGCPolicyAPI.h89 struct GCPolicy : public StructGCPolicy<T> {}; struct
161 struct GCPolicy<JS::Heap<T>> {
178 struct GCPolicy<mozilla::UniquePtr<T, D>> {
182 GCPolicy<T>::trace(trc, tp->get(), name);
187 return GCPolicy<T>::needsSweep(tp->get());
199 return GCPolicy<T>::isValid(*t.get());
211 struct GCPolicy<mozilla::Maybe<T>> {
214 GCPolicy<T>::trace(trc, tp->ptr(), name);
219 return GCPolicy<T>::needsSweep(tp->ptr());
231 return GCPolicy<T>::isValid(t.ref());
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DGCPolicyAPI.h89 struct GCPolicy : public StructGCPolicy<T> {}; struct
161 struct GCPolicy<JS::Heap<T>> {
178 struct GCPolicy<mozilla::UniquePtr<T, D>> {
182 GCPolicy<T>::trace(trc, tp->get(), name);
187 return GCPolicy<T>::needsSweep(tp->get());
199 return GCPolicy<T>::isValid(*t.get());
211 struct GCPolicy<mozilla::Maybe<T>> {
214 GCPolicy<T>::trace(trc, tp->ptr(), name);
219 return GCPolicy<T>::needsSweep(tp->ptr());
231 return GCPolicy<T>::isValid(t.ref());
[all …]
/dports/www/firefox/firefox-99.0/js/public/
H A DGCPolicyAPI.h78 struct GCPolicy : public StructGCPolicy<T> {}; struct
132 struct GCPolicy<JS::Heap<T>> {
143 struct GCPolicy<mozilla::UniquePtr<T, D>> {
147 GCPolicy<T>::trace(trc, tp->get(), name);
152 return GCPolicy<T>::traceWeak(trc, tp->get());
158 return GCPolicy<T>::isValid(*t.get());
170 struct GCPolicy<mozilla::Maybe<T>> {
173 GCPolicy<T>::trace(trc, tp->ptr(), name);
178 return GCPolicy<T>::traceWeak(trc, tp->ptr());
184 return GCPolicy<T>::isValid(t.ref());
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DGCPolicyAPI.h102 template <typename T> struct GCPolicy : public StructGCPolicy<T> {}; struct
111 template <> struct GCPolicy<uint32_t> : public IgnoreGCPolicy<uint32_t> {};
112 template <> struct GCPolicy<uint64_t> : public IgnoreGCPolicy<uint64_t> {};
129 template <> struct GCPolicy<JSAtom*> : public GCPointerPolicy<JSAtom*> {};
131 template <> struct GCPolicy<JSObject*> : public GCPointerPolicy<JSObject*> {};
132 template <> struct GCPolicy<JSScript*> : public GCPointerPolicy<JSScript*> {};
133 template <> struct GCPolicy<JSString*> : public GCPointerPolicy<JSString*> {};
136 struct GCPolicy<JS::Heap<T>>
148 struct GCPolicy<mozilla::UniquePtr<T, D>>
153 GCPolicy<T>::trace(trc, tp->get(), name);
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/api/types/
H A Dworker.pb.go91 return m.GCPolicy
96 type GCPolicy struct { struct
106 func (m *GCPolicy) Reset() { *m = GCPolicy{} } argument
130 func (m *GCPolicy) XXX_Size() int { argument
139 func (m *GCPolicy) GetAll() bool { argument
222 if len(m.GCPolicy) > 0 {
223 for _, msg := range m.GCPolicy {
329 if len(m.GCPolicy) > 0 {
330 for _, e := range m.GCPolicy {
614 m.GCPolicy = append(m.GCPolicy, &GCPolicy{})
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/api/types/
H A Dworker.pb.go91 return m.GCPolicy
96 type GCPolicy struct { struct
106 func (m *GCPolicy) Reset() { *m = GCPolicy{} } argument
130 func (m *GCPolicy) XXX_Size() int { argument
139 func (m *GCPolicy) GetAll() bool { argument
222 if len(m.GCPolicy) > 0 {
223 for _, msg := range m.GCPolicy {
329 if len(m.GCPolicy) > 0 {
330 for _, e := range m.GCPolicy {
614 m.GCPolicy = append(m.GCPolicy, &GCPolicy{})
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/moby/buildkit/api/types/
H A Dworker.pb.go93 return m.GCPolicy
98 type GCPolicy struct { struct
108 func (m *GCPolicy) Reset() { *m = GCPolicy{} } argument
110 func (*GCPolicy) ProtoMessage() {} argument
132 func (m *GCPolicy) XXX_Size() int { argument
141 func (m *GCPolicy) GetAll() bool { argument
228 if len(m.GCPolicy) > 0 {
376 if len(m.GCPolicy) > 0 {
377 for _, e := range m.GCPolicy {
672 m.GCPolicy = append(m.GCPolicy, &GCPolicy{})
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/api/types/
H A Dworker.pb.go93 return m.GCPolicy
98 type GCPolicy struct { struct
108 func (m *GCPolicy) Reset() { *m = GCPolicy{} } argument
110 func (*GCPolicy) ProtoMessage() {} argument
132 func (m *GCPolicy) XXX_Size() int { argument
141 func (m *GCPolicy) GetAll() bool { argument
228 if len(m.GCPolicy) > 0 {
376 if len(m.GCPolicy) > 0 {
377 for _, e := range m.GCPolicy {
672 m.GCPolicy = append(m.GCPolicy, &GCPolicy{})
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/api/types/
H A Dworker.pb.go93 return m.GCPolicy
98 type GCPolicy struct { struct
108 func (m *GCPolicy) Reset() { *m = GCPolicy{} } argument
110 func (*GCPolicy) ProtoMessage() {} argument
132 func (m *GCPolicy) XXX_Size() int { argument
141 func (m *GCPolicy) GetAll() bool { argument
228 if len(m.GCPolicy) > 0 {
376 if len(m.GCPolicy) > 0 {
377 for _, e := range m.GCPolicy {
672 m.GCPolicy = append(m.GCPolicy, &GCPolicy{})
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/moby/buildkit/api/types/
H A Dworker.pb.go93 return m.GCPolicy
98 type GCPolicy struct { struct
108 func (m *GCPolicy) Reset() { *m = GCPolicy{} } argument
110 func (*GCPolicy) ProtoMessage() {} argument
132 func (m *GCPolicy) XXX_Size() int { argument
141 func (m *GCPolicy) GetAll() bool { argument
228 if len(m.GCPolicy) > 0 {
376 if len(m.GCPolicy) > 0 {
377 for _, e := range m.GCPolicy {
672 m.GCPolicy = append(m.GCPolicy, &GCPolicy{})
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/api/types/
H A Dworker.pb.go93 return m.GCPolicy
98 type GCPolicy struct { struct
108 func (m *GCPolicy) Reset() { *m = GCPolicy{} } argument
110 func (*GCPolicy) ProtoMessage() {} argument
132 func (m *GCPolicy) XXX_Size() int { argument
141 func (m *GCPolicy) GetAll() bool { argument
228 if len(m.GCPolicy) > 0 {
376 if len(m.GCPolicy) > 0 {
377 for _, e := range m.GCPolicy {
672 m.GCPolicy = append(m.GCPolicy, &GCPolicy{})
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/moby/buildkit/api/types/
H A Dworker.pb.go93 return m.GCPolicy
98 type GCPolicy struct { struct
108 func (m *GCPolicy) Reset() { *m = GCPolicy{} } argument
110 func (*GCPolicy) ProtoMessage() {} argument
132 func (m *GCPolicy) XXX_Size() int { argument
141 func (m *GCPolicy) GetAll() bool { argument
228 if len(m.GCPolicy) > 0 {
376 if len(m.GCPolicy) > 0 {
377 for _, e := range m.GCPolicy {
672 m.GCPolicy = append(m.GCPolicy, &GCPolicy{})
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/moby/buildkit/api/types/
H A Dworker.pb.go93 return m.GCPolicy
98 type GCPolicy struct { struct
108 func (m *GCPolicy) Reset() { *m = GCPolicy{} } argument
110 func (*GCPolicy) ProtoMessage() {} argument
132 func (m *GCPolicy) XXX_Size() int { argument
141 func (m *GCPolicy) GetAll() bool { argument
228 if len(m.GCPolicy) > 0 {
376 if len(m.GCPolicy) > 0 {
377 for _, e := range m.GCPolicy {
672 m.GCPolicy = append(m.GCPolicy, &GCPolicy{})
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/moby/buildkit/api/types/
H A Dworker.pb.go39 GCPolicy []*GCPolicy `protobuf:"bytes,4,rep,name=GCPolicy" json:"GCPolicy,omitempty"` member
70 return m.GCPolicy
75 type GCPolicy struct { struct
82 func (m *GCPolicy) Reset() { *m = GCPolicy{} } argument
87 func (m *GCPolicy) GetAll() bool { argument
169 if len(m.GCPolicy) > 0 {
170 for _, msg := range m.GCPolicy {
267 if len(m.GCPolicy) > 0 {
268 for _, e := range m.GCPolicy {
543 m.GCPolicy = append(m.GCPolicy, &GCPolicy{})
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/moby/buildkit/api/types/
H A Dworker.pb.go39 GCPolicy []*GCPolicy `protobuf:"bytes,4,rep,name=GCPolicy" json:"GCPolicy,omitempty"` member
70 return m.GCPolicy
75 type GCPolicy struct { struct
82 func (m *GCPolicy) Reset() { *m = GCPolicy{} } argument
87 func (m *GCPolicy) GetAll() bool { argument
169 if len(m.GCPolicy) > 0 {
170 for _, msg := range m.GCPolicy {
267 if len(m.GCPolicy) > 0 {
268 for _, e := range m.GCPolicy {
543 m.GCPolicy = append(m.GCPolicy, &GCPolicy{})
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/profiler/google-cloud-go-0.1.0/bigtable/
H A Dgc.go29 type GCPolicy interface { interface
35 func IntersectionPolicy(sub ...GCPolicy) GCPolicy { return intersectionPolicy{sub} } argument
38 sub []GCPolicy
60 func UnionPolicy(sub ...GCPolicy) GCPolicy { return unionPolicy{sub} } argument
63 sub []GCPolicy
86 func MaxVersionsPolicy(n int) GCPolicy { return maxVersionsPolicy(n) }
98 func MaxAgePolicy(d time.Duration) GCPolicy { return maxAgePolicy(d) }
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/bigtable/
H A Dgc.go29 type GCPolicy interface { interface
35 func IntersectionPolicy(sub ...GCPolicy) GCPolicy { return intersectionPolicy{sub} } argument
38 sub []GCPolicy
60 func UnionPolicy(sub ...GCPolicy) GCPolicy { return unionPolicy{sub} } argument
63 sub []GCPolicy
86 func MaxVersionsPolicy(n int) GCPolicy { return maxVersionsPolicy(n) }
98 func MaxAgePolicy(d time.Duration) GCPolicy { return maxAgePolicy(d) }
140 func NoGcPolicy() GCPolicy { return noGCPolicy{} }
/dports/www/gohugo/google-cloud-go-storage-v1.10.0/bigtable/
H A Dgc.go29 type GCPolicy interface { interface
35 func IntersectionPolicy(sub ...GCPolicy) GCPolicy { return intersectionPolicy{sub} } argument
38 sub []GCPolicy
60 func UnionPolicy(sub ...GCPolicy) GCPolicy { return unionPolicy{sub} } argument
63 sub []GCPolicy
86 func MaxVersionsPolicy(n int) GCPolicy { return maxVersionsPolicy(n) }
98 func MaxAgePolicy(d time.Duration) GCPolicy { return maxAgePolicy(d) }
140 func NoGcPolicy() GCPolicy { return noGCPolicy{} }
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/bigtable/
H A Dgc.go29 type GCPolicy interface { interface
35 func IntersectionPolicy(sub ...GCPolicy) GCPolicy { return intersectionPolicy{sub} } argument
38 sub []GCPolicy
60 func UnionPolicy(sub ...GCPolicy) GCPolicy { return unionPolicy{sub} } argument
63 sub []GCPolicy
86 func MaxVersionsPolicy(n int) GCPolicy { return maxVersionsPolicy(n) }
98 func MaxAgePolicy(d time.Duration) GCPolicy { return maxAgePolicy(d) }
140 func NoGcPolicy() GCPolicy { return noGCPolicy{} }
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/cloud.google.com/go/bigtable/
H A Dgc.go29 type GCPolicy interface { interface
35 func IntersectionPolicy(sub ...GCPolicy) GCPolicy { return intersectionPolicy{sub} } argument
38 sub []GCPolicy
60 func UnionPolicy(sub ...GCPolicy) GCPolicy { return unionPolicy{sub} } argument
63 sub []GCPolicy
86 func MaxVersionsPolicy(n int) GCPolicy { return maxVersionsPolicy(n) }
98 func MaxAgePolicy(d time.Duration) GCPolicy { return maxAgePolicy(d) }
140 func NoGcPolicy() GCPolicy { return noGCPolicy{} }
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/bigtable/
H A Dgc.go29 type GCPolicy interface { interface
35 func IntersectionPolicy(sub ...GCPolicy) GCPolicy { return intersectionPolicy{sub} } argument
38 sub []GCPolicy
60 func UnionPolicy(sub ...GCPolicy) GCPolicy { return unionPolicy{sub} } argument
63 sub []GCPolicy
86 func MaxVersionsPolicy(n int) GCPolicy { return maxVersionsPolicy(n) }
98 func MaxAgePolicy(d time.Duration) GCPolicy { return maxAgePolicy(d) }
140 func NoGcPolicy() GCPolicy { return noGCPolicy{} }
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/bigtable/
H A Dgc.go29 type GCPolicy interface { interface
35 func IntersectionPolicy(sub ...GCPolicy) GCPolicy { return intersectionPolicy{sub} } argument
38 sub []GCPolicy
60 func UnionPolicy(sub ...GCPolicy) GCPolicy { return unionPolicy{sub} } argument
63 sub []GCPolicy
86 func MaxVersionsPolicy(n int) GCPolicy { return maxVersionsPolicy(n) }
98 func MaxAgePolicy(d time.Duration) GCPolicy { return maxAgePolicy(d) }
140 func NoGcPolicy() GCPolicy { return noGCPolicy{} }
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/bigtable/
H A Dgc.go29 type GCPolicy interface { interface
35 func IntersectionPolicy(sub ...GCPolicy) GCPolicy { return intersectionPolicy{sub} } argument
38 sub []GCPolicy
60 func UnionPolicy(sub ...GCPolicy) GCPolicy { return unionPolicy{sub} } argument
63 sub []GCPolicy
86 func MaxVersionsPolicy(n int) GCPolicy { return maxVersionsPolicy(n) }
98 func MaxAgePolicy(d time.Duration) GCPolicy { return maxAgePolicy(d) }
140 func NoGcPolicy() GCPolicy { return noGCPolicy{} }

12345678910>>...26