Home
last modified time | relevance | path

Searched defs:WithContext (Results 1 – 25 of 1387) sorted by relevance

12345678910>>...56

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.elastic.co/apm/module/apmgoredis/
H A Dclient.go50 WithContext(ctx context.Context) Client methodSpec
74 func (c contextClient) WithContext(ctx context.Context) Client { func
103 func (c contextClusterClient) WithContext(ctx context.Context) Client { func
124 func (c contextRingClient) WithContext(ctx context.Context) Client { func
/dports/sysutils/vector/vector-0.10.0/cargo-crates/snafu-0.6.6/src/futures01/
H A Dfuture.rs156 pub struct WithContext<Fut, F, E> { struct
162 impl<Fut, F, C, E> Future for WithContext<Fut, F, E> argument
H A Dstream.rs153 pub struct WithContext<St, F, E> { struct
159 impl<St, F, C, E> Stream for WithContext<St, F, E> argument
/dports/converters/yj-bruceadams/yj-1.1.34/cargo-crates/snafu-0.6.10/src/futures01/
H A Dstream.rs153 pub struct WithContext<St, F, E> { struct
159 impl<St, F, C, E> Stream for WithContext<St, F, E> argument
H A Dfuture.rs156 pub struct WithContext<Fut, F, E> { struct
162 impl<Fut, F, C, E> Future for WithContext<Fut, F, E> implementation
/dports/deskutils/just/just-0.10.5/cargo-crates/snafu-0.6.10/src/futures01/
H A Dfuture.rs156 pub struct WithContext<Fut, F, E> { struct
162 impl<Fut, F, C, E> Future for WithContext<Fut, F, E> implementation
H A Dstream.rs153 pub struct WithContext<St, F, E> { struct
159 impl<St, F, C, E> Stream for WithContext<St, F, E> implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/snafu-0.6.6/src/futures/
H A Dtry_future.rs166 pub struct WithContext<Fut, F, E> { struct
173 impl<Fut, F, C, E> Future for WithContext<Fut, F, E> argument
H A Dtry_stream.rs170 pub struct WithContext<St, F, E> { struct
177 impl<St, F, C, E> Stream for WithContext<St, F, E> argument
/dports/deskutils/just/just-0.10.5/cargo-crates/snafu-0.6.10/src/futures/
H A Dtry_future.rs166 pub struct WithContext<Fut, F, E> { struct
173 impl<Fut, F, C, E> Future for WithContext<Fut, F, E> argument
H A Dtry_stream.rs170 pub struct WithContext<St, F, E> { struct
177 impl<St, F, C, E> Stream for WithContext<St, F, E> argument
/dports/converters/yj-bruceadams/yj-1.1.34/cargo-crates/snafu-0.6.10/src/futures/
H A Dtry_future.rs166 pub struct WithContext<Fut, F, E> { struct
173 impl<Fut, F, C, E> Future for WithContext<Fut, F, E> argument
H A Dtry_stream.rs170 pub struct WithContext<St, F, E> { struct
177 impl<St, F, C, E> Stream for WithContext<St, F, E> implementation
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codebuild/include/aws/codebuild/model/
H A DBuildStatusConfig.h123 …inline BuildStatusConfig& WithContext(const Aws::String& value) { SetContext(value); return *this;} in WithContext() function
137 …inline BuildStatusConfig& WithContext(Aws::String&& value) { SetContext(std::move(value)); return … in WithContext() function
151 inline BuildStatusConfig& WithContext(const char* value) { SetContext(value); return *this;} in WithContext() function
/dports/devel/grpc/grpc-1.42.0/src/core/lib/promise/
H A Dcontext.h57 WithContext(F f, T* context) : context_(context), f_(std::move(f)) {} in WithContext() function
79 promise_detail::WithContext<T, F> WithContext(F f, T* context) { in WithContext() function
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/promise/
H A Dcontext.h58 WithContext(F f, T* context) : context_(context), f_(std::move(f)) {} in WithContext() function
80 promise_detail::WithContext<T, F> WithContext(F f, T* context) { in WithContext() function
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.elastic.co/apm/module/apmredigo/
H A Dconn.go40 WithContext(ctx context.Context) Conn methodSpec
63 func (c contextConnWithTimeout) WithContext(ctx context.Context) Conn { func
81 func (c contextConn) WithContext(ctx context.Context) Conn { func
/dports/sysutils/terraform/terraform-1.0.11/internal/command/clistate/
H A Dstate.go55 WithContext(ctx context.Context) Locker methodSpec
92 func (l *locker) WithContext(ctx context.Context) Locker { func
176 func (l noopLocker) WithContext(ctx context.Context) Locker { func
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/tracing-error-0.1.2/src/
H A Dlayer.rs32 pub(crate) struct WithContext( struct
107 impl WithContext { impl
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/aws/smithy-go/logging/
H A Dlogger.go35 WithContext(context.Context) Logger methodSpec
41 func WithContext(ctx context.Context, logger Logger) Logger { func
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/smithy-go/logging/
H A Dlogger.go35 WithContext(context.Context) Logger methodSpec
41 func WithContext(ctx context.Context, logger Logger) Logger { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/smithy-go/logging/
H A Dlogger.go35 WithContext(context.Context) Logger methodSpec
41 func WithContext(ctx context.Context, logger Logger) Logger { func
/dports/security/gopass/gopass-1.13.0/internal/config/
H A Dcontext.go11 func (c *Config) WithContext(ctx context.Context) context.Context { func
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-backup/include/aws/backup/model/
H A DConflictException.h160 …inline ConflictException& WithContext(const Aws::String& value) { SetContext(value); return *this;} in WithContext() function
165 …inline ConflictException& WithContext(Aws::String&& value) { SetContext(std::move(value)); return … in WithContext() function
170 inline ConflictException& WithContext(const char* value) { SetContext(value); return *this;} in WithContext() function
H A DDependencyFailureException.h161 …inline DependencyFailureException& WithContext(const Aws::String& value) { SetContext(value); retu… in WithContext() function
166 …inline DependencyFailureException& WithContext(Aws::String&& value) { SetContext(std::move(value))… in WithContext() function
171 …inline DependencyFailureException& WithContext(const char* value) { SetContext(value); return *thi… in WithContext() function

12345678910>>...56