Home
last modified time | relevance | path

Searched refs:storeRef (Results 1 – 25 of 63) sorted by relevance

123

/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@reduxjs/toolkit/src/query/tests/
H A Dmatchers.test.tsx44 const storeRef = setupApiStore(api, {
61 wrapper: storeRef.wrapper,
65 expect(storeRef.store.getState().actions).toMatchSequence(
89 wrapper: storeRef.wrapper,
92 expect(storeRef.store.getState().actions).toMatchSequence(
112 wrapper: storeRef.wrapper,
117 expect(storeRef.store.getState().actions).toMatchSequence(
138 wrapper: storeRef.wrapper,
143 expect(storeRef.store.getState().actions).toMatchSequence(
164 wrapper: storeRef.wrapper,
[all …]
H A Dretry.test.ts36 const storeRef = setupApiStore(api)
37 storeRef.store.dispatch(api.endpoints.q1.initiate({}))
61 const storeRef = setupApiStore(api)
90 const storeRef = setupApiStore(api)
126 const storeRef = setupApiStore(api)
151 const storeRef = setupApiStore(api)
180 const storeRef = setupApiStore(api)
205 const storeRef = setupApiStore(api)
235 const storeRef = setupApiStore(api)
280 const storeRef = setupApiStore(api)
[all …]
H A DfetchBaseQuery.test.tsx80 dispatch: storeRef.store.dispatch,
81 getState: storeRef.store.getState,
96 dispatch: storeRef.store.dispatch,
97 getState: storeRef.store.getState,
114 dispatch: storeRef.store.dispatch,
115 getState: storeRef.store.getState,
137 dispatch: storeRef.store.dispatch,
138 getState: storeRef.store.getState,
166 dispatch: storeRef.store.dispatch,
167 getState: storeRef.store.getState,
[all …]
H A DcreateApi.test.ts329 let storeRef = setupApiStore(api)
332 storeRef = setupApiStore(api)
519 const storeRef = setupApiStore(api)
528 const result = await storeRef.store.dispatch(
536 const result = await storeRef.store.dispatch(
559 const result = await storeRef.store.dispatch(
625 const storeRef = setupApiStore(api, { testReducer })
637 expect(storeRef.store.getState().testReducer.count).toBe(0)
642 const successAttempt = storeRef.store.dispatch(
660 const failAttempt = storeRef.store.dispatch(
[all …]
H A DbuildSlice.test.ts30 const storeRef = setupApiStore(api, { auth: authSlice.reducer }) constant
33 storeRef.store.dispatch({ type: 'unrelated' }) // trigger "registered middleware" into place
34 const initialState = storeRef.store.getState()
36 await storeRef.store.dispatch(
40 expect(storeRef.store.getState()).toEqual({
76 storeRef.store.dispatch(api.util.resetApiState())
78 expect(storeRef.store.getState()).toEqual(initialState)
H A DcacheLifecycle.test.ts14 const storeRef = setupApiStore(api)
64 const promise = storeRef.store.dispatch(
103 const promise = storeRef.store.dispatch(
156 const promise = storeRef.store.dispatch(
194 const promise = storeRef.store.dispatch(
331 const promise = storeRef.store.dispatch(
404 const promise = storeRef.store.dispatch(
499 const promise = storeRef.store.dispatch(
533 await storeRef.store.dispatch(
551 await storeRef.store.dispatch(
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/diagnostics/
H A Dundef-value-param.m29 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x);
30 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x);
35 SCDynamicStoreRef storeRef = 0;
36 CreateRef(&storeRef, 4);
44 SCDynamicStoreRef storeRef; // expected-note {{'storeRef' declared without an initial value}}
45 CreateRefUndef(&storeRef, 4);
53 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x) {
62 *storeRef = ref; // expected-note{{nil object reference stored to 'storeRef'}}
65 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x) {
72 return; // expected-note{{Returning without writing to '*storeRef'}}
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/diagnostics/
H A Dundef-value-param.m29 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x);
30 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x);
35 SCDynamicStoreRef storeRef = 0;
36 CreateRef(&storeRef, 4);
44 SCDynamicStoreRef storeRef; // expected-note {{'storeRef' declared without an initial value}}
45 CreateRefUndef(&storeRef, 4);
53 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x) {
62 *storeRef = ref; // expected-note{{nil object reference stored to 'storeRef'}}
65 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x) {
72 return; // expected-note{{Returning without writing to '*storeRef'}}
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/diagnostics/
H A Dundef-value-param.m29 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x);
30 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x);
35 SCDynamicStoreRef storeRef = 0;
36 CreateRef(&storeRef, 4);
44 SCDynamicStoreRef storeRef; // expected-note {{'storeRef' declared without an initial value}}
45 CreateRefUndef(&storeRef, 4);
53 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x) {
62 *storeRef = ref; // expected-note{{nil object reference stored to 'storeRef'}}
65 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x) {
72 return; // expected-note{{Returning without writing to '*storeRef'}}
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/diagnostics/
H A Dundef-value-param.m29 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x);
30 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x);
35 SCDynamicStoreRef storeRef = 0;
36 CreateRef(&storeRef, 4);
44 SCDynamicStoreRef storeRef; // expected-note {{'storeRef' declared without an initial value}}
45 CreateRefUndef(&storeRef, 4);
53 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x) {
62 *storeRef = ref; // expected-note{{nil object reference stored to 'storeRef'}}
65 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x) {
72 return; // expected-note{{Returning without writing to '*storeRef'}}
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/diagnostics/
H A Dundef-value-param.m29 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x);
30 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x);
35 SCDynamicStoreRef storeRef = 0;
36 CreateRef(&storeRef, 4);
44 SCDynamicStoreRef storeRef; // expected-note {{'storeRef' declared without an initial value}}
45 CreateRefUndef(&storeRef, 4);
53 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x) {
62 *storeRef = ref; // expected-note{{nil object reference stored to 'storeRef'}}
65 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x) {
72 return; // expected-note{{Returning without writing to '*storeRef'}}
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/diagnostics/
H A Dundef-value-param.m29 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x);
30 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x);
35 SCDynamicStoreRef storeRef = 0;
36 CreateRef(&storeRef, 4);
44 SCDynamicStoreRef storeRef; // expected-note {{'storeRef' declared without an initial value}}
45 CreateRefUndef(&storeRef, 4);
53 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x) {
62 *storeRef = ref; // expected-note{{nil object reference stored to 'storeRef'}}
65 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x) {
72 return; // expected-note{{Returning without writing to '*storeRef'}}
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/diagnostics/
H A Dundef-value-param.m29 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x);
30 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x);
35 SCDynamicStoreRef storeRef = 0;
36 CreateRef(&storeRef, 4);
44 SCDynamicStoreRef storeRef; // expected-note {{'storeRef' declared without an initial value}}
45 CreateRefUndef(&storeRef, 4);
53 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x) {
62 *storeRef = ref; // expected-note{{nil object reference stored to 'storeRef'}}
65 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x) {
72 return; // expected-note{{Returning without writing to '*storeRef'}}
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/diagnostics/
H A Dundef-value-param.m29 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x);
30 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x);
35 SCDynamicStoreRef storeRef = 0;
36 CreateRef(&storeRef, 4);
44 SCDynamicStoreRef storeRef; // expected-note {{'storeRef' declared without an initial value}}
45 CreateRefUndef(&storeRef, 4);
53 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x) {
62 *storeRef = ref; // expected-note{{nil object reference stored to 'storeRef'}}
65 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x) {
72 return; // expected-note{{Returning without writing to '*storeRef'}}
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/diagnostics/
H A Dundef-value-param.m29 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x);
30 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x);
35 SCDynamicStoreRef storeRef = 0;
36 CreateRef(&storeRef, 4);
44 SCDynamicStoreRef storeRef; // expected-note {{'storeRef' declared without an initial value}}
45 CreateRefUndef(&storeRef, 4);
53 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x) {
62 *storeRef = ref; // expected-note{{nil object reference stored to 'storeRef'}}
65 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x) {
72 return; // expected-note{{Returning without writing to '*storeRef'}}
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/diagnostics/
H A Dundef-value-param.m29 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x);
30 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x);
35 SCDynamicStoreRef storeRef = 0;
36 CreateRef(&storeRef, 4);
44 SCDynamicStoreRef storeRef; // expected-note {{'storeRef' declared without an initial value}}
45 CreateRefUndef(&storeRef, 4);
53 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x) {
62 *storeRef = ref; // expected-note{{nil object reference stored to 'storeRef'}}
65 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x) {
72 return; // expected-note{{Returning without writing to '*storeRef'}}
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/diagnostics/
H A Dundef-value-param.m29 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x);
30 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x);
35 SCDynamicStoreRef storeRef = 0;
36 CreateRef(&storeRef, 4);
44 SCDynamicStoreRef storeRef; // expected-note {{'storeRef' declared without an initial value}}
45 CreateRefUndef(&storeRef, 4);
53 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x) {
62 *storeRef = ref; // expected-note{{nil object reference stored to 'storeRef'}}
65 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x) {
72 return; // expected-note{{Returning without writing to '*storeRef'}}
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/diagnostics/
H A Dundef-value-param.m29 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x);
30 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x);
35 SCDynamicStoreRef storeRef = 0;
36 CreateRef(&storeRef, 4);
44 SCDynamicStoreRef storeRef; // expected-note {{'storeRef' declared without an initial value}}
45 CreateRefUndef(&storeRef, 4);
53 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x) {
62 *storeRef = ref; // expected-note{{nil object reference stored to 'storeRef'}}
65 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x) {
72 return; // expected-note{{Returning without writing to '*storeRef'}}
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/diagnostics/
H A Dundef-value-param.m29 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x);
30 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x);
35 SCDynamicStoreRef storeRef = 0;
36 CreateRef(&storeRef, 4);
44 SCDynamicStoreRef storeRef; // expected-note {{'storeRef' declared without an initial value}}
45 CreateRefUndef(&storeRef, 4);
53 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x) {
62 *storeRef = ref; // expected-note{{nil object reference stored to 'storeRef'}}
65 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x) {
72 return; // expected-note{{Returning without writing to '*storeRef'}}
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/diagnostics/
H A Dundef-value-param.m29 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x);
30 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x);
35 SCDynamicStoreRef storeRef = 0;
36 CreateRef(&storeRef, 4);
44 SCDynamicStoreRef storeRef; // expected-note {{'storeRef' declared without an initial value}}
45 CreateRefUndef(&storeRef, 4);
53 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x) {
62 *storeRef = ref; // expected-note{{nil object reference stored to 'storeRef'}}
65 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x) {
72 return; // expected-note{{Returning without writing to '*storeRef'}}
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/diagnostics/
H A Dundef-value-param.m29 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x);
30 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x);
35 SCDynamicStoreRef storeRef = 0;
36 CreateRef(&storeRef, 4);
44 SCDynamicStoreRef storeRef; // expected-note {{'storeRef' declared without an initial value}}
45 CreateRefUndef(&storeRef, 4);
53 static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x) {
62 *storeRef = ref; // expected-note{{nil object reference stored to 'storeRef'}}
65 static void CreateRefUndef(SCDynamicStoreRef *storeRef, unsigned x) {
72 return; // expected-note{{Returning without writing to '*storeRef'}}
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/query/
H A Dstoreset.go166 stores map[string]*storeRef
200 stores: make(map[string]*storeRef),
207 type storeRef struct { struct
233 func (s *storeRef) StoreType() component.StoreAPI { argument
240 func (s *storeRef) LabelSets() []storepb.LabelSet { argument
266 func (s *storeRef) LabelSetsString() string { argument
301 func (s *storeRef) String() string { argument
306 func (s *storeRef) Addr() string { argument
310 func (s *storeRef) Close() { argument
387 …StoreSet) getHealthyStores(ctx context.Context, stores map[string]*storeRef) map[string]*storeRef {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/query/
H A Dstoreset.go214 stores map[string]*storeRef
276 type storeRef struct { struct
322 func (s *storeRef) HasRulesAPI() bool { argument
329 func (s *storeRef) HasTargetsAPI() bool { argument
336 func (s *storeRef) HasMetadataAPI() bool { argument
343 func (s *storeRef) HasExemplarsAPI() bool { argument
375 func (s *storeRef) String() string { argument
380 func (s *storeRef) Addr() string { argument
384 func (s *storeRef) Close() { argument
474 …*StoreSet) getActiveStores(ctx context.Context, stores map[string]*storeRef) map[string]*storeRef {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/query/internal/test-storeset-pre-v0.8.0/
H A Dstoreset.go100 stores map[string]*storeRef
155 stores: make(map[string]*storeRef),
168 type storeRef struct { struct
193 func (s *storeRef) LabelSets() []labels.Labels { argument
199 func (s *storeRef) TimeRange() (int64, int64) { argument
206 func (s *storeRef) String() string { argument
211 func (s *storeRef) Addr() string { argument
215 func (s *storeRef) close() { argument
279 healthyStores = make(map[string]*storeRef, len(s.stores))
316 s.updateStoreStatus(&storeRef{addr: addr}, err)
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/query/internal/test-storeset-pre-v0.8.0/
H A Dstoreset.go98 stores map[string]*storeRef
156 stores: make(map[string]*storeRef),
169 type storeRef struct { struct
194 func (s *storeRef) LabelSets() []storepb.LabelSet { argument
200 func (s *storeRef) TimeRange() (int64, int64) { argument
207 func (s *storeRef) String() string { argument
212 func (s *storeRef) Addr() string { argument
216 func (s *storeRef) close() { argument
280 healthyStores = make(map[string]*storeRef, len(s.stores))
317 s.updateStoreStatus(&storeRef{addr: addr}, err)
[all …]

123