Home
last modified time | relevance | path

Searched defs:OnFinish (Results 1 – 25 of 129) sorted by relevance

123456

/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/
H A DAnim.h54 virtual void OnFinish() {} in OnFinish() function
78 virtual void OnFinish() in OnFinish() function
102 virtual void OnFinish() in OnFinish() function
121 virtual void OnFinish() { m_Control->DelayedDelete(); } in OnFinish() function
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/
H A DAnim.h54 virtual void OnFinish() {} in OnFinish() function
78 virtual void OnFinish() in OnFinish() function
102 virtual void OnFinish() in OnFinish() function
121 virtual void OnFinish() { m_Control->DelayedDelete(); } in OnFinish() function
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/internal/
H A Dasync_read_write_stream_impl.h133 struct OnFinish : public AsyncGrpcOperation { in Finish() struct
134 promise<Status> p; in Finish()
135 grpc::Status status; in Finish()
136 bool Notify(bool /*ok*/) override { in Finish()
140 void Cancel() override {} in Finish()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go34 OnFinish(options opentracing.FinishOptions) methodSpec
84 func (o *compositeSpanObserver) OnFinish(options opentracing.FinishOptions) { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go34 OnFinish(options opentracing.FinishOptions) methodSpec
84 func (o *compositeSpanObserver) OnFinish(options opentracing.FinishOptions) { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go34 OnFinish(options opentracing.FinishOptions) methodSpec
84 func (o *compositeSpanObserver) OnFinish(options opentracing.FinishOptions) { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go34 OnFinish(options opentracing.FinishOptions) methodSpec
84 func (o *compositeSpanObserver) OnFinish(options opentracing.FinishOptions) { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go34 OnFinish(options opentracing.FinishOptions) methodSpec
84 func (o *compositeSpanObserver) OnFinish(options opentracing.FinishOptions) { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go34 OnFinish(options opentracing.FinishOptions) methodSpec
84 func (o *compositeSpanObserver) OnFinish(options opentracing.FinishOptions) { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go34 OnFinish(options opentracing.FinishOptions) methodSpec
84 func (o *compositeSpanObserver) OnFinish(options opentracing.FinishOptions) { func
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go34 OnFinish(options opentracing.FinishOptions) methodSpec
84 func (o *compositeSpanObserver) OnFinish(options opentracing.FinishOptions) { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go34 OnFinish(options opentracing.FinishOptions) methodSpec
84 func (o *compositeSpanObserver) OnFinish(options opentracing.FinishOptions) { func
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go34 OnFinish(options opentracing.FinishOptions) methodSpec
84 func (o *compositeSpanObserver) OnFinish(options opentracing.FinishOptions) { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go34 OnFinish(options opentracing.FinishOptions) methodSpec
84 func (o *compositeSpanObserver) OnFinish(options opentracing.FinishOptions) { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go34 OnFinish(options opentracing.FinishOptions) methodSpec
84 func (o *compositeSpanObserver) OnFinish(options opentracing.FinishOptions) { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go34 OnFinish(options opentracing.FinishOptions) methodSpec
84 func (o *compositeSpanObserver) OnFinish(options opentracing.FinishOptions) { func
/dports/editors/lazarus/examples/codepageconverter/filefind/
H A Dfilefind.pas22 property OnFinish : TNotifyEvent - On end of searching property
123 property OnFinish : TNotifyEvent read fFinishEvent write fFinishEvent; property
/dports/editors/lazarus-devel/examples/codepageconverter/filefind/
H A Dfilefind.pas22 property OnFinish : TNotifyEvent - On end of searching property
123 property OnFinish : TNotifyEvent read fFinishEvent write fFinishEvent; property
/dports/editors/lazarus-qt5/examples/codepageconverter/filefind/
H A Dfilefind.pas22 property OnFinish : TNotifyEvent - On end of searching property
123 property OnFinish : TNotifyEvent read fFinishEvent write fFinishEvent; property
/dports/editors/lazarus-qt5-devel/examples/codepageconverter/filefind/
H A Dfilefind.pas22 property OnFinish : TNotifyEvent - On end of searching property
123 property OnFinish : TNotifyEvent read fFinishEvent write fFinishEvent; property
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/joysticks/
H A DJoystickEasterEgg.cpp95 void CJoystickEasterEgg::OnFinish(void) in OnFinish() function in CJoystickEasterEgg
/dports/games/pioneer/pioneer-20210723/src/
H A DGasGiantJobs.cpp101 void SingleTextureFaceJob::OnFinish() // runs in primary thread of the context in OnFinish() function in GasGiantJobs::SingleTextureFaceJob
274 void SingleGPUGenJob::OnFinish() // runs in primary thread of the context in OnFinish() function in GasGiantJobs::SingleGPUGenJob
/dports/www/fabio/fabio-1.5.14/vendor/github.com/opentracing-contrib/go-observer/
H A Dobserver.go38 OnFinish(options opentracing.FinishOptions) methodSpec
/dports/www/fabio/fabio-1.5.14/vendor/github.com/opentracing-contrib/go-observer/go-observer-a52f23424492/
H A Dobserver.go38 OnFinish(options opentracing.FinishOptions) methodSpec
/dports/net/traefik/traefik-2.6.1/vendor/github.com/opentracing-contrib/go-observer/
H A Dobserver.go38 OnFinish(options opentracing.FinishOptions) methodSpec

123456