Home
last modified time | relevance | path

Searched refs:CustomImpl (Results 1 – 25 of 64) sorted by relevance

123

/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DMotionImpl.h357 class Motion::CustomImpl : public MotionImpl {
360 explicit CustomImpl(Motion::Custom::Implementation* implementation);
362 CustomImpl(const CustomImpl& src) : implementation(0) { in CustomImpl() function
367 CustomImpl* clone() const override { return new CustomImpl(*this); } in clone()
369 ~CustomImpl() { in ~CustomImpl()
H A DMotion.cpp325 SimTK_INSERT_DERIVED_HANDLE_DEFINITIONS(Motion::Custom, Motion::CustomImpl, Motion);
328 : Motion(new CustomImpl(implementation)) { in Custom()
341 Motion::CustomImpl::CustomImpl(Motion::Custom::Implementation* implementation) in CustomImpl() function in SimTK::Motion::CustomImpl
H A DMobilizedBodyImpl.h1054 CustomImpl* removeOwnershipOfCustomImpl() { in removeOwnershipOfCustomImpl()
1060 void setReferenceToCustomImpl(CustomImpl* cimpl) { in setReferenceToCustomImpl()
1068 const CustomImpl& getCustomImpl() const { in getCustomImpl()
1072 CustomImpl& updCustomImpl() { in updCustomImpl()
1091 CustomImpl* builtInImpl; // just a reference; not owned
1102 class MobilizedBody::CustomImpl : public MobilizedBodyImpl {
1116 CustomImpl(const CustomImpl& src) in CustomImpl() function
1124 ~CustomImpl() { in ~CustomImpl()
1129 CustomImpl* clone() const override { return new CustomImpl(*this); } in clone()
1170 SimTK_DOWNCAST(CustomImpl, MobilizedBodyImpl);
[all …]
H A DForceImpl.h607 class Force::CustomImpl : public ForceImpl {
609 CustomImpl(Force::Custom::Implementation* implementation);
610 CustomImpl* clone() const override { in clone()
611 return new CustomImpl(*this); in clone()
623 ~CustomImpl() { in ~CustomImpl()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DMobilizedBody_Custom.h108 SimTK_INSERT_DERIVED_HANDLE_DECLARATIONS(Custom, CustomImpl, MobilizedBody);
455 friend class MobilizedBody::CustomImpl;
H A DMotion.h226 class CustomImpl; variable
379 SimTK_INSERT_DERIVED_HANDLE_DECLARATIONS(Custom, CustomImpl, Motion);
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go32 type CustomImpl int type
34 func (c CustomImpl) N() int { return int(c) }
38 gob.Register(CustomImpl(0))
237 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/deskutils/pet/pet-0.4.0/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go33 type CustomImpl int type
35 func (c CustomImpl) N() int { return int(c) }
39 gob.Register(CustomImpl(0))
243 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/devel/lab/lab-0.17.2/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go33 type CustomImpl int type
35 func (c CustomImpl) N() int { return int(c) }
39 gob.Register(CustomImpl(0))
243 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/net/gscloud/gscloud-0.11.0/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go35 type CustomImpl int type
37 func (c CustomImpl) N() int { return int(c) }
41 gob.Register(CustomImpl(0))
245 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go35 type CustomImpl int type
37 func (c CustomImpl) N() int { return int(c) }
41 gob.Register(CustomImpl(0))
245 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/devel/git-town/git-town-7.6.0/vendor/google.golang.org/appengine/appengine-1.6.6/delay/
H A Ddelay_test.go35 type CustomImpl int type
37 func (c CustomImpl) N() int { return int(c) }
41 gob.Register(CustomImpl(0))
245 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go35 type CustomImpl int type
37 func (c CustomImpl) N() int { return int(c) }
41 gob.Register(CustomImpl(0))
245 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go35 type CustomImpl int type
37 func (c CustomImpl) N() int { return int(c) }
41 gob.Register(CustomImpl(0))
245 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go35 type CustomImpl int type
37 func (c CustomImpl) N() int { return int(c) }
41 gob.Register(CustomImpl(0))
245 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go35 type CustomImpl int type
37 func (c CustomImpl) N() int { return int(c) }
41 gob.Register(CustomImpl(0))
245 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/mail/aerc/aerc-0.4.0/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go35 type CustomImpl int type
37 func (c CustomImpl) N() int { return int(c) }
41 gob.Register(CustomImpl(0))
245 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go35 type CustomImpl int type
37 func (c CustomImpl) N() int { return int(c) }
41 gob.Register(CustomImpl(0))
245 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go35 type CustomImpl int type
37 func (c CustomImpl) N() int { return int(c) }
41 gob.Register(CustomImpl(0))
245 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/google.golang.org/appengine/appengine-1.5.0/delay/
H A Ddelay_test.go35 type CustomImpl int type
37 func (c CustomImpl) N() int { return int(c) }
41 gob.Register(CustomImpl(0))
245 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go35 type CustomImpl int type
37 func (c CustomImpl) N() int { return int(c) }
41 gob.Register(CustomImpl(0))
245 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go35 type CustomImpl int type
37 func (c CustomImpl) N() int { return int(c) }
41 gob.Register(CustomImpl(0))
245 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/audio/gonic/gonic-0.8.4/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go35 type CustomImpl int type
37 func (c CustomImpl) N() int { return int(c) }
41 gob.Register(CustomImpl(0))
245 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/www/beehive/beehive-0.4.0/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go35 type CustomImpl int type
37 func (c CustomImpl) N() int { return int(c) }
41 gob.Register(CustomImpl(0))
245 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/google.golang.org/appengine/delay/
H A Ddelay_test.go35 type CustomImpl int type
37 func (c CustomImpl) N() int { return int(c) }
41 gob.Register(CustomImpl(0))
245 custFunc.Call(c.ctx, &CustomType{N: 11}, CustomImpl(13))

123