Home
last modified time | relevance | path

Searched refs:WithID (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DCell_attribute.h102 class OnSplit=Null_functor, class WithID=Tag_false>
106 template <class Refs, class OnMerge, class OnSplit, class WithID>
108 OnMerge, OnSplit, WithID>:
109 public Add_id<WithID>
141 typedef WithID Has_id;
217 template <class Refs, class OnMerge, class OnSplit, class WithID>
219 OnMerge, OnSplit, WithID>: public Add_id<WithID>
251 typedef WithID Has_id;
329 class WithID=Tag_false>
334 class Cell_attribute<Refs, void, Tag_, OnMerge, OnSplit, WithID> :
[all …]
H A DCell_attribute_with_point.h53 class WithID=Tag_false >
56 Functor_on_merge_, Functor_on_split_, WithID>,
109 class WithID>
112 WithID>:
114 Tag, Functor_on_merge_, Functor_on_split_, WithID>,
125 Functor_on_merge_, Functor_on_split_, WithID> Base1;
H A DDart.h210 template <unsigned int d, typename Refs, class WithID=Tag_false>
211 struct CGAL_DEPRECATED Dart : public Dart_without_info<d, Refs, WithID>
225 typedef Dart_without_info<d, Refs, WithID> Base;
309 class WithID=Tag_false>
310 struct Dart : public Dart_without_info<d, Refs, WithID>
331 typedef Dart<d, Refs, Info_, WithID> Self;
354 template <unsigned int d, typename Refs, class WithID>
355 struct Dart<d, Refs, void, WithID> : public Dart_without_info<d, Refs, WithID>
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/include/aws/s3-crt/model/
H A DInitiator.h75 inline Initiator& WithID(const Aws::String& value) { SetID(value); return *this;} in WithID() function
81 inline Initiator& WithID(Aws::String&& value) { SetID(std::move(value)); return *this;} in WithID() function
87 inline Initiator& WithID(const char* value) { SetID(value); return *this;} in WithID() function
H A DOwner.h109 inline Owner& WithID(const Aws::String& value) { SetID(value); return *this;} in WithID() function
114 inline Owner& WithID(Aws::String&& value) { SetID(std::move(value)); return *this;} in WithID() function
119 inline Owner& WithID(const char* value) { SetID(value); return *this;} in WithID() function
H A DGrantee.h223 inline Grantee& WithID(const Aws::String& value) { SetID(value); return *this;} in WithID() function
228 inline Grantee& WithID(Aws::String&& value) { SetID(std::move(value)); return *this;} in WithID() function
233 inline Grantee& WithID(const char* value) { SetID(value); return *this;} in WithID() function
H A DReplicationRule.h75 inline ReplicationRule& WithID(const Aws::String& value) { SetID(value); return *this;} in WithID() function
80 inline ReplicationRule& WithID(Aws::String&& value) { SetID(std::move(value)); return *this;} in WithID() function
85 inline ReplicationRule& WithID(const char* value) { SetID(value); return *this;} in WithID() function
H A DRule.h117 inline Rule& WithID(const Aws::String& value) { SetID(value); return *this;} in WithID() function
123 inline Rule& WithID(Aws::String&& value) { SetID(std::move(value)); return *this;} in WithID() function
129 inline Rule& WithID(const char* value) { SetID(value); return *this;} in WithID() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/include/aws/s3/model/
H A DInitiator.h75 inline Initiator& WithID(const Aws::String& value) { SetID(value); return *this;} in WithID() function
81 inline Initiator& WithID(Aws::String&& value) { SetID(std::move(value)); return *this;} in WithID() function
87 inline Initiator& WithID(const char* value) { SetID(value); return *this;} in WithID() function
H A DOwner.h109 inline Owner& WithID(const Aws::String& value) { SetID(value); return *this;} in WithID() function
114 inline Owner& WithID(Aws::String&& value) { SetID(std::move(value)); return *this;} in WithID() function
119 inline Owner& WithID(const char* value) { SetID(value); return *this;} in WithID() function
H A DGrantee.h223 inline Grantee& WithID(const Aws::String& value) { SetID(value); return *this;} in WithID() function
228 inline Grantee& WithID(Aws::String&& value) { SetID(std::move(value)); return *this;} in WithID() function
233 inline Grantee& WithID(const char* value) { SetID(value); return *this;} in WithID() function
H A DReplicationRule.h75 inline ReplicationRule& WithID(const Aws::String& value) { SetID(value); return *this;} in WithID() function
80 inline ReplicationRule& WithID(Aws::String&& value) { SetID(std::move(value)); return *this;} in WithID() function
85 inline ReplicationRule& WithID(const char* value) { SetID(value); return *this;} in WithID() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3control/include/aws/s3control/model/
H A DS3ObjectOwner.h68 inline S3ObjectOwner& WithID(const Aws::String& value) { SetID(value); return *this;} in WithID() function
73 inline S3ObjectOwner& WithID(Aws::String&& value) { SetID(std::move(value)); return *this;} in WithID() function
78 inline S3ObjectOwner& WithID(const char* value) { SetID(value); return *this;} in WithID() function
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/vmware/govmomi/vapi/tags/
H A Dtag_association.go46 url := internal.URL(c, internal.AssociationPath).WithID(id).WithAction("attach")
58 url := internal.URL(c, internal.AssociationPath).WithID(id).WithAction("detach")
94 url := internal.URL(c, internal.AssociationPath).WithID(id).WithAction("list-attached-objects")
H A Dtags.go108 url := internal.URL(c, internal.TagPath).WithID(tag.ID)
114 url := internal.URL(c, internal.TagPath).WithID(tag.ID)
134 url := internal.URL(c, internal.TagPath).WithID(id)
204 url := internal.URL(c, internal.TagPath).WithID(id).WithAction("list-tags-for-category")
H A Dcategories.go107 url := internal.URL(c, internal.CategoryPath).WithID(category.ID)
113 url := internal.URL(c, internal.CategoryPath).WithID(category.ID)
132 url := internal.URL(c, internal.CategoryPath).WithID(id)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/metadata/
H A Dleases_test.go56 lease, err := lm.Create(WithTransactionContext(ctx, tx), leases.WithID(tc.ID))
116 leases.WithID("lease1"),
123 leases.WithID("lease2"),
131 leases.WithID("lease3"),
269 if _, err := lm.Create(ctx, leases.WithID(leaseID)); err != nil {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/metadata/
H A Dleases_test.go56 lease, err := lm.Create(WithTransactionContext(ctx, tx), leases.WithID(tc.ID))
116 leases.WithID("lease1"),
123 leases.WithID("lease2"),
131 leases.WithID("lease3"),
269 if _, err := lm.Create(ctx, leases.WithID(leaseID)); err != nil {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/metadata/
H A Dleases_test.go57 lease, err := lm.Create(WithTransactionContext(ctx, tx), leases.WithID(tc.ID))
117 leases.WithID("lease1"),
124 leases.WithID("lease2"),
132 leases.WithID("lease3"),
270 if _, err := lm.Create(ctx, leases.WithID(leaseID)); err != nil {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/metadata/
H A Dleases_test.go57 lease, err := lm.Create(WithTransactionContext(ctx, tx), leases.WithID(tc.ID))
117 leases.WithID("lease1"),
124 leases.WithID("lease2"),
132 leases.WithID("lease3"),
270 if _, err := lm.Create(ctx, leases.WithID(leaseID)); err != nil {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/metadata/
H A Dleases_test.go57 lease, err := lm.Create(WithTransactionContext(ctx, tx), leases.WithID(tc.ID))
117 leases.WithID("lease1"),
124 leases.WithID("lease2"),
132 leases.WithID("lease3"),
270 if _, err := lm.Create(ctx, leases.WithID(leaseID)); err != nil {
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/metadata/
H A Dleases_test.go56 lease, err := lm.Create(WithTransactionContext(ctx, tx), leases.WithID(tc.ID))
116 leases.WithID("lease1"),
123 leases.WithID("lease2"),
131 leases.WithID("lease3"),
269 if _, err := lm.Create(ctx, leases.WithID(leaseID)); err != nil {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/metadata/
H A Dleases_test.go56 lease, err := lm.Create(WithTransactionContext(ctx, tx), leases.WithID(tc.ID))
116 leases.WithID("lease1"),
123 leases.WithID("lease2"),
131 leases.WithID("lease3"),
269 if _, err := lm.Create(ctx, leases.WithID(leaseID)); err != nil {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/metadata/
H A Dleases_test.go56 lease, err := lm.Create(WithTransactionContext(ctx, tx), leases.WithID(tc.ID))
116 leases.WithID("lease1"),
123 leases.WithID("lease2"),
131 leases.WithID("lease3"),
269 if _, err := lm.Create(ctx, leases.WithID(leaseID)); err != nil {
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glacier/include/aws/glacier/model/
H A DGrantee.h182 inline Grantee& WithID(const Aws::String& value) { SetID(value); return *this;} in WithID() function
187 inline Grantee& WithID(Aws::String&& value) { SetID(std::move(value)); return *this;} in WithID() function
192 inline Grantee& WithID(const char* value) { SetID(value); return *this;} in WithID() function

12345678