Home
last modified time | relevance | path

Searched defs:TextMapCarrier (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/internal/internaltest/
H A Dtext_map_carrier.go26 type TextMapCarrier struct { struct
27 mtx sync.Mutex
29 gets []string
30 sets [][2]string
31 data map[string]string
46 func (c *TextMapCarrier) Keys() []string {
58 func (c *TextMapCarrier) Get(key string) string {
79 func (c *TextMapCarrier) GotN(t *testing.T, n int) bool {
90 func (c *TextMapCarrier) Set(key, value string) {
118 func (c *TextMapCarrier) SetN(t *testing.T, n int) bool {
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/oteltest/
H A Dtext_map_propagator.go32 type TextMapCarrier struct { struct
33 mtx sync.Mutex
35 gets []string
36 sets [][2]string
37 data map[string]string
50 func (c *TextMapCarrier) Keys() []string {
62 func (c *TextMapCarrier) Get(key string) string {
83 func (c *TextMapCarrier) GotN(t *testing.T, n int) bool {
94 func (c *TextMapCarrier) Set(key, value string) {
122 func (c *TextMapCarrier) SetN(t *testing.T, n int) bool {
[all …]
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/oteltest/
H A Dtext_map_propagator.go32 type TextMapCarrier struct { struct
33 mtx sync.Mutex
35 gets []string
36 sets [][2]string
37 data map[string]string
50 func (c *TextMapCarrier) Keys() []string {
62 func (c *TextMapCarrier) Get(key string) string {
83 func (c *TextMapCarrier) GotN(t *testing.T, n int) bool {
94 func (c *TextMapCarrier) Set(key, value string) {
122 func (c *TextMapCarrier) SetN(t *testing.T, n int) bool {
[all …]
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/oteltest/
H A Dtext_map_propagator.go32 type TextMapCarrier struct { struct
33 mtx sync.Mutex
35 gets []string
36 sets [][2]string
37 data map[string]string
50 func (c *TextMapCarrier) Keys() []string {
62 func (c *TextMapCarrier) Get(key string) string {
83 func (c *TextMapCarrier) GotN(t *testing.T, n int) bool {
94 func (c *TextMapCarrier) Set(key, value string) {
122 func (c *TextMapCarrier) SetN(t *testing.T, n int) bool {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/go.opentelemetry.io/otel/oteltest/
H A Dtext_map_propagator.go32 type TextMapCarrier struct { struct
33 mtx sync.Mutex
35 gets []string
36 sets [][2]string
37 data map[string]string
50 func (c *TextMapCarrier) Get(key string) string {
58 func (c *TextMapCarrier) GotKey(t *testing.T, key string) bool {
71 func (c *TextMapCarrier) GotN(t *testing.T, n int) bool {
82 func (c *TextMapCarrier) Set(key, value string) {
110 func (c *TextMapCarrier) SetN(t *testing.T, n int) bool {
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/go.opentelemetry.io/otel/oteltest/
H A Dtext_map_propagator.go32 type TextMapCarrier struct { struct
33 mtx sync.Mutex
35 gets []string
36 sets [][2]string
37 data map[string]string
50 func (c *TextMapCarrier) Get(key string) string {
58 func (c *TextMapCarrier) GotKey(t *testing.T, key string) bool {
71 func (c *TextMapCarrier) GotN(t *testing.T, n int) bool {
82 func (c *TextMapCarrier) Set(key, value string) {
110 func (c *TextMapCarrier) SetN(t *testing.T, n int) bool {
[all …]
/dports/devel/libopentracing/opentracing-cpp-1.6.0/mocktracer/test/
H A Dpropagation_test.cpp13 struct TextMapCarrier : TextMapReader, TextMapWriter { struct
14 TextMapCarrier(std::unordered_map<std::string, std::string>& text_map_) in TextMapCarrier() argument
17 expected<void> Set(string_view key, string_view value) const override { in Set()
22 expected<string_view> LookupKey(string_view key) const override { in LookupKey()
34 expected<void> ForeachKey( in ForeachKey()
45 bool supports_lookup = false;
46 mutable int foreach_key_call_count = 0;
47 std::unordered_map<std::string, std::string>& text_map;
/dports/security/vuls/vuls-0.13.7/vendor/go.opentelemetry.io/otel/propagation/
H A Dpropagation.go20 type TextMapCarrier interface { interface
31 Inject(ctx context.Context, carrier TextMapCarrier)
33 Extract(ctx context.Context, carrier TextMapCarrier) context.Context
40 func (p compositeTextMapPropagator) Inject(ctx context.Context, carrier TextMapCarrier) {
46 func (p compositeTextMapPropagator) Extract(ctx context.Context, carrier TextMapCarrier) context.Co…
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/go.opentelemetry.io/otel/propagation/
H A Dpropagation.go20 type TextMapCarrier interface { interface
31 Inject(ctx context.Context, carrier TextMapCarrier)
33 Extract(ctx context.Context, carrier TextMapCarrier) context.Context
40 func (p compositeTextMapPropagator) Inject(ctx context.Context, carrier TextMapCarrier) {
46 func (p compositeTextMapPropagator) Extract(ctx context.Context, carrier TextMapCarrier) context.Co…
/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/propagation/
H A Dpropagation.go23 type TextMapCarrier interface { interface
58 Inject(ctx context.Context, carrier TextMapCarrier)
60 Extract(ctx context.Context, carrier TextMapCarrier) context.Context
67 func (p compositeTextMapPropagator) Inject(ctx context.Context, carrier TextMapCarrier) {
73 func (p compositeTextMapPropagator) Extract(ctx context.Context, carrier TextMapCarrier) context.Co…
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/propagation/
H A Dpropagation.go23 type TextMapCarrier interface { interface
58 Inject(ctx context.Context, carrier TextMapCarrier)
60 Extract(ctx context.Context, carrier TextMapCarrier) context.Context
67 func (p compositeTextMapPropagator) Inject(ctx context.Context, carrier TextMapCarrier) {
73 func (p compositeTextMapPropagator) Extract(ctx context.Context, carrier TextMapCarrier) context.Co…
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.opentelemetry.io/otel/propagation/
H A Dpropagation.go23 type TextMapCarrier interface { interface
58 Inject(ctx context.Context, carrier TextMapCarrier)
60 Extract(ctx context.Context, carrier TextMapCarrier) context.Context
67 func (p compositeTextMapPropagator) Inject(ctx context.Context, carrier TextMapCarrier) {
73 func (p compositeTextMapPropagator) Extract(ctx context.Context, carrier TextMapCarrier) context.Co…
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/propagation/
H A Dpropagation.go23 type TextMapCarrier interface { interface
58 Inject(ctx context.Context, carrier TextMapCarrier)
60 Extract(ctx context.Context, carrier TextMapCarrier) context.Context
67 func (p compositeTextMapPropagator) Inject(ctx context.Context, carrier TextMapCarrier) {
73 func (p compositeTextMapPropagator) Extract(ctx context.Context, carrier TextMapCarrier) context.Co…
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/propagation/
H A Dpropagation.go23 type TextMapCarrier interface { interface
98 Inject(ctx context.Context, carrier TextMapCarrier)
103 Extract(ctx context.Context, carrier TextMapCarrier) context.Context
115 func (p compositeTextMapPropagator) Inject(ctx context.Context, carrier TextMapCarrier) {
121 func (p compositeTextMapPropagator) Extract(ctx context.Context, carrier TextMapCarrier) context.Co…
/dports/devel/libopentracing/opentracing-cpp-1.6.0/example/tutorial/
H A Dtext_map_carrier.h15 TextMapCarrier(std::unordered_map<std::string, std::string>& text_map) in TextMapCarrier() function
/dports/devel/gh/cli-2.4.0/vendor/github.com/opentracing/opentracing-go/
H A Dpropagation.go126 type TextMapCarrier map[string]string type
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/
H A Dpropagation.go126 type TextMapCarrier map[string]string type
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/opentracing/opentracing-go/
H A Dpropagation.go126 type TextMapCarrier map[string]string type
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/opentracing/opentracing-go/
H A Dpropagation.go126 type TextMapCarrier map[string]string type
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/opentracing/opentracing-go/
H A Dpropagation.go126 type TextMapCarrier map[string]string type
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/opentracing/opentracing-go/
H A Dpropagation.go126 type TextMapCarrier map[string]string type
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/opentracing/opentracing-go/
H A Dpropagation.go126 type TextMapCarrier map[string]string type
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/opentracing/opentracing-go/
H A Dpropagation.go126 type TextMapCarrier map[string]string type
/dports/www/fabio/fabio-1.5.14/vendor/github.com/opentracing/opentracing-go/opentracing-go-1.0.2/
H A Dpropagation.go126 type TextMapCarrier map[string]string type
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/opentracing/opentracing-go/
H A Dpropagation.go126 type TextMapCarrier map[string]string type

123