Home
last modified time | relevance | path

Searched defs:WithParent (Results 1 – 3 of 3) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/pkg/vsphere/disk/
H A Dconfig.go58 func (d *VirtualDiskConfig) WithParent(parent *object.DatastorePath) *VirtualDiskConfig { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/jbenet/goprocess/
H A Dgoprocess.go242 func WithParent(parent Process) Process { func
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-swf/include/aws/swf/model/
H A DWorkflowExecutionInfo.h327 …inline WorkflowExecutionInfo& WithParent(const WorkflowExecution& value) { SetParent(value); retur… in WithParent() function
333 …inline WorkflowExecutionInfo& WithParent(WorkflowExecution&& value) { SetParent(std::move(value));… in WithParent() function