Home
last modified time | relevance | path

Searched refs:valueMap (Results 1 – 25 of 949) sorted by relevance

12345678910>>...38

/dports/security/gopass/gopass-1.13.0/vendor/github.com/urfave/cli/v2/altsrc/
H A Dmap_input_source.go16 valueMap map[interface{}]interface{} member
21 return &MapInputSource{file: file, valueMap: valueMap}
55 otherGenericValue, exists := fsm.valueMap[name]
63 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
77 otherGenericValue, exists := fsm.valueMap[name]
103 otherGenericValue, exists := fsm.valueMap[name]
125 otherGenericValue, exists := fsm.valueMap[name]
147 otherGenericValue, exists := fsm.valueMap[name]
176 otherGenericValue, exists := fsm.valueMap[name]
205 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/urfave/cli/v2/altsrc/
H A Dmap_input_source.go16 valueMap map[interface{}]interface{} member
21 return &MapInputSource{file: file, valueMap: valueMap}
55 otherGenericValue, exists := fsm.valueMap[name]
63 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
77 otherGenericValue, exists := fsm.valueMap[name]
103 otherGenericValue, exists := fsm.valueMap[name]
125 otherGenericValue, exists := fsm.valueMap[name]
147 otherGenericValue, exists := fsm.valueMap[name]
176 otherGenericValue, exists := fsm.valueMap[name]
205 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/urfave/cli/v2/altsrc/
H A Dmap_input_source.go16 valueMap map[interface{}]interface{} member
21 return &MapInputSource{file: file, valueMap: valueMap}
55 otherGenericValue, exists := fsm.valueMap[name]
63 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
77 otherGenericValue, exists := fsm.valueMap[name]
103 otherGenericValue, exists := fsm.valueMap[name]
125 otherGenericValue, exists := fsm.valueMap[name]
147 otherGenericValue, exists := fsm.valueMap[name]
176 otherGenericValue, exists := fsm.valueMap[name]
205 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/IR/
H A DBlockAndValueMapping.h30 void map(Block *from, Block *to) { valueMap[from] = to; } in map()
32 valueMap[from.getAsOpaquePointer()] = to.getAsOpaquePointer(); in map()
45 void erase(Block *from) { valueMap.erase(from); } in erase()
49 bool contains(Block *from) const { return valueMap.count(from); } in contains()
51 return valueMap.count(from.getAsOpaquePointer()); in contains()
77 void clear() { valueMap.clear(); } in clear()
82 for (const auto &pair : valueMap) in getInverse()
83 result.valueMap.try_emplace(pair.second, pair.first); in getInverse()
91 auto it = valueMap.find(from); in lookupOrValue()
95 auto it = valueMap.find(from.getAsOpaquePointer()); in lookupOrValue()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DBlockAndValueMapping.h30 void map(Block *from, Block *to) { valueMap[from] = to; } in map()
32 valueMap[from.getAsOpaquePointer()] = to.getAsOpaquePointer(); in map()
45 void erase(Block *from) { valueMap.erase(from); } in erase()
49 bool contains(Block *from) const { return valueMap.count(from); } in contains()
51 return valueMap.count(from.getAsOpaquePointer()); in contains()
77 void clear() { valueMap.clear(); } in clear()
82 for (const auto &pair : valueMap) in getInverse()
83 result.valueMap.try_emplace(pair.second, pair.first); in getInverse()
91 auto it = valueMap.find(from); in lookupOrValue()
95 auto it = valueMap.find(from.getAsOpaquePointer()); in lookupOrValue()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DBlockAndValueMapping.h30 void map(Block *from, Block *to) { valueMap[from] = to; } in map()
32 valueMap[from.getAsOpaquePointer()] = to.getAsOpaquePointer(); in map()
45 void erase(Block *from) { valueMap.erase(from); } in erase()
49 bool contains(Block *from) const { return valueMap.count(from); } in contains()
51 return valueMap.count(from.getAsOpaquePointer()); in contains()
77 void clear() { valueMap.clear(); } in clear()
82 for (const auto &pair : valueMap) in getInverse()
83 result.valueMap.try_emplace(pair.second, pair.first); in getInverse()
91 auto it = valueMap.find(from); in lookupOrValue()
95 auto it = valueMap.find(from.getAsOpaquePointer()); in lookupOrValue()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DBlockAndValueMapping.h30 void map(Block *from, Block *to) { valueMap[from] = to; }
32 valueMap[from.getAsOpaquePointer()] = to.getAsOpaquePointer();
45 void erase(Block *from) { valueMap.erase(from); }
49 bool contains(Block *from) const { return valueMap.count(from); }
51 return valueMap.count(from.getAsOpaquePointer());
77 void clear() { valueMap.clear(); }
82 for (const auto &pair : valueMap)
83 result.valueMap.try_emplace(pair.second, pair.first);
91 auto it = valueMap.find(from);
95 auto it = valueMap.find(from.getAsOpaquePointer());
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/gopkg.in/urfave/cli.v1/altsrc/
H A Dmap_input_source.go15 valueMap map[interface{}]interface{} member
44 otherGenericValue, exists := fsm.valueMap[name]
52 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
66 otherGenericValue, exists := fsm.valueMap[name]
88 otherGenericValue, exists := fsm.valueMap[name]
110 otherGenericValue, exists := fsm.valueMap[name]
132 otherGenericValue, exists := fsm.valueMap[name]
154 otherGenericValue, exists := fsm.valueMap[name]
176 otherGenericValue, exists := fsm.valueMap[name]
198 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/codegangsta/cli/altsrc/
H A Dmap_input_source.go15 valueMap map[interface{}]interface{} member
44 otherGenericValue, exists := fsm.valueMap[name]
52 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
66 otherGenericValue, exists := fsm.valueMap[name]
88 otherGenericValue, exists := fsm.valueMap[name]
110 otherGenericValue, exists := fsm.valueMap[name]
132 otherGenericValue, exists := fsm.valueMap[name]
154 otherGenericValue, exists := fsm.valueMap[name]
176 otherGenericValue, exists := fsm.valueMap[name]
198 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/urfave/cli/cli-1.18.0/altsrc/
H A Dmap_input_source.go15 valueMap map[interface{}]interface{} member
44 otherGenericValue, exists := fsm.valueMap[name]
52 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
66 otherGenericValue, exists := fsm.valueMap[name]
88 otherGenericValue, exists := fsm.valueMap[name]
110 otherGenericValue, exists := fsm.valueMap[name]
132 otherGenericValue, exists := fsm.valueMap[name]
154 otherGenericValue, exists := fsm.valueMap[name]
176 otherGenericValue, exists := fsm.valueMap[name]
198 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/testing/conformance/storage/
H A DContentStorageDirectConformanceTest.java41 assertThat(valueMap.get(KEY_0)).isNull(); in missingKey()
48 assertThat(valueMap.get(KEY_0)).isNull(); in missingKey_multipleKeys()
49 assertThat(valueMap.get(KEY_1)).isNull(); in missingKey_multipleKeys()
100 valueMap = result.getValue(); in storeAndOverwrite_separate()
123 assertThat(valueMap.get(KEY_0)).isNull(); in storeAndDelete()
148 valueMap = result.getValue(); in storeAndDeleteByPrefix()
149 assertThat(valueMap.get(KEY_0)).isNull(); in storeAndDeleteByPrefix()
150 assertThat(valueMap.get(KEY_1)).isNull(); in storeAndDeleteByPrefix()
176 valueMap = result.getValue(); in storeAndDeleteAll()
177 assertThat(valueMap.get(KEY_0)).isNull(); in storeAndDeleteAll()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/IR/
H A DBlockAndValueMapping.h30 void map(Block *from, Block *to) { valueMap[from] = to; } in map()
32 valueMap[from.getAsOpaquePointer()] = to.getAsOpaquePointer(); in map()
36 void erase(Block *from) { valueMap.erase(from); } in erase()
37 void erase(Value from) { valueMap.erase(from.getAsOpaquePointer()); } in erase()
40 bool contains(Block *from) const { return valueMap.count(from); } in contains()
42 return valueMap.count(from.getAsOpaquePointer()); in contains()
68 void clear() { valueMap.clear(); } in clear()
74 auto it = valueMap.find(from); in lookupOrValue()
78 auto it = valueMap.find(from.getAsOpaquePointer()); in lookupOrValue()
79 return it != valueMap.end() ? Value::getFromOpaquePointer(it->second) in lookupOrValue()
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/urfave/cli/altsrc/
H A Dmap_input_source.go15 valueMap map[interface{}]interface{} member
44 otherGenericValue, exists := fsm.valueMap[name]
52 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
66 otherGenericValue, exists := fsm.valueMap[name]
88 otherGenericValue, exists := fsm.valueMap[name]
110 otherGenericValue, exists := fsm.valueMap[name]
132 otherGenericValue, exists := fsm.valueMap[name]
161 otherGenericValue, exists := fsm.valueMap[name]
190 otherGenericValue, exists := fsm.valueMap[name]
212 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/urfave/cli/altsrc/
H A Dmap_input_source.go15 valueMap map[interface{}]interface{} member
44 otherGenericValue, exists := fsm.valueMap[name]
52 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
66 otherGenericValue, exists := fsm.valueMap[name]
88 otherGenericValue, exists := fsm.valueMap[name]
110 otherGenericValue, exists := fsm.valueMap[name]
132 otherGenericValue, exists := fsm.valueMap[name]
161 otherGenericValue, exists := fsm.valueMap[name]
190 otherGenericValue, exists := fsm.valueMap[name]
212 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/urfave/cli/altsrc/
H A Dmap_input_source.go15 valueMap map[interface{}]interface{} member
44 otherGenericValue, exists := fsm.valueMap[name]
52 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
66 otherGenericValue, exists := fsm.valueMap[name]
88 otherGenericValue, exists := fsm.valueMap[name]
110 otherGenericValue, exists := fsm.valueMap[name]
132 otherGenericValue, exists := fsm.valueMap[name]
161 otherGenericValue, exists := fsm.valueMap[name]
190 otherGenericValue, exists := fsm.valueMap[name]
212 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/urfave/cli/altsrc/
H A Dmap_input_source.go15 valueMap map[interface{}]interface{} member
44 otherGenericValue, exists := fsm.valueMap[name]
52 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
66 otherGenericValue, exists := fsm.valueMap[name]
88 otherGenericValue, exists := fsm.valueMap[name]
110 otherGenericValue, exists := fsm.valueMap[name]
132 otherGenericValue, exists := fsm.valueMap[name]
161 otherGenericValue, exists := fsm.valueMap[name]
190 otherGenericValue, exists := fsm.valueMap[name]
212 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/gopkg.in/urfave/cli.v1/altsrc/
H A Dmap_input_source.go15 valueMap map[interface{}]interface{} member
44 otherGenericValue, exists := fsm.valueMap[name]
52 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
66 otherGenericValue, exists := fsm.valueMap[name]
88 otherGenericValue, exists := fsm.valueMap[name]
110 otherGenericValue, exists := fsm.valueMap[name]
132 otherGenericValue, exists := fsm.valueMap[name]
161 otherGenericValue, exists := fsm.valueMap[name]
190 otherGenericValue, exists := fsm.valueMap[name]
212 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/gopkg.in/urfave/cli.v1/altsrc/
H A Dmap_input_source.go15 valueMap map[interface{}]interface{} member
44 otherGenericValue, exists := fsm.valueMap[name]
52 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
66 otherGenericValue, exists := fsm.valueMap[name]
88 otherGenericValue, exists := fsm.valueMap[name]
110 otherGenericValue, exists := fsm.valueMap[name]
132 otherGenericValue, exists := fsm.valueMap[name]
161 otherGenericValue, exists := fsm.valueMap[name]
190 otherGenericValue, exists := fsm.valueMap[name]
212 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/devel/go-glide/glide-0.13.2/vendor/github.com/codegangsta/cli/altsrc/
H A Dmap_input_source.go15 valueMap map[interface{}]interface{} member
44 otherGenericValue, exists := fsm.valueMap[name]
52 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
66 otherGenericValue, exists := fsm.valueMap[name]
88 otherGenericValue, exists := fsm.valueMap[name]
110 otherGenericValue, exists := fsm.valueMap[name]
132 otherGenericValue, exists := fsm.valueMap[name]
161 otherGenericValue, exists := fsm.valueMap[name]
190 otherGenericValue, exists := fsm.valueMap[name]
212 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/misc/cryptoballot/cryptoballot-3753e1b/vendor/github.com/urfave/cli/altsrc/
H A Dmap_input_source.go15 valueMap map[interface{}]interface{} member
44 otherGenericValue, exists := fsm.valueMap[name]
52 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
66 otherGenericValue, exists := fsm.valueMap[name]
88 otherGenericValue, exists := fsm.valueMap[name]
110 otherGenericValue, exists := fsm.valueMap[name]
132 otherGenericValue, exists := fsm.valueMap[name]
161 otherGenericValue, exists := fsm.valueMap[name]
190 otherGenericValue, exists := fsm.valueMap[name]
212 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/urfave/cli/cli-1.22.1/altsrc/
H A Dmap_input_source.go15 valueMap map[interface{}]interface{} member
44 otherGenericValue, exists := fsm.valueMap[name]
52 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
66 otherGenericValue, exists := fsm.valueMap[name]
88 otherGenericValue, exists := fsm.valueMap[name]
110 otherGenericValue, exists := fsm.valueMap[name]
132 otherGenericValue, exists := fsm.valueMap[name]
161 otherGenericValue, exists := fsm.valueMap[name]
190 otherGenericValue, exists := fsm.valueMap[name]
212 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/urfave/cli/altsrc/
H A Dmap_input_source.go15 valueMap map[interface{}]interface{} member
44 otherGenericValue, exists := fsm.valueMap[name]
52 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
66 otherGenericValue, exists := fsm.valueMap[name]
88 otherGenericValue, exists := fsm.valueMap[name]
110 otherGenericValue, exists := fsm.valueMap[name]
132 otherGenericValue, exists := fsm.valueMap[name]
161 otherGenericValue, exists := fsm.valueMap[name]
190 otherGenericValue, exists := fsm.valueMap[name]
212 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/cli/altsrc/
H A Dmap_input_source.go15 valueMap map[interface{}]interface{} member
44 otherGenericValue, exists := fsm.valueMap[name]
52 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
66 otherGenericValue, exists := fsm.valueMap[name]
88 otherGenericValue, exists := fsm.valueMap[name]
110 otherGenericValue, exists := fsm.valueMap[name]
132 otherGenericValue, exists := fsm.valueMap[name]
161 otherGenericValue, exists := fsm.valueMap[name]
190 otherGenericValue, exists := fsm.valueMap[name]
212 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/urfave/cli/cli-1.20.0/altsrc/
H A Dmap_input_source.go15 valueMap map[interface{}]interface{} member
44 otherGenericValue, exists := fsm.valueMap[name]
52 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
66 otherGenericValue, exists := fsm.valueMap[name]
88 otherGenericValue, exists := fsm.valueMap[name]
110 otherGenericValue, exists := fsm.valueMap[name]
132 otherGenericValue, exists := fsm.valueMap[name]
161 otherGenericValue, exists := fsm.valueMap[name]
190 otherGenericValue, exists := fsm.valueMap[name]
212 otherGenericValue, exists := fsm.valueMap[name]
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/urfave/cli/altsrc/
H A Dmap_input_source.go15 valueMap map[interface{}]interface{} member
44 otherGenericValue, exists := fsm.valueMap[name]
52 nestedGenericValue, exists := nestedVal(name, fsm.valueMap)
66 otherGenericValue, exists := fsm.valueMap[name]
88 otherGenericValue, exists := fsm.valueMap[name]
110 otherGenericValue, exists := fsm.valueMap[name]
132 otherGenericValue, exists := fsm.valueMap[name]
161 otherGenericValue, exists := fsm.valueMap[name]
190 otherGenericValue, exists := fsm.valueMap[name]
212 otherGenericValue, exists := fsm.valueMap[name]
[all …]

12345678910>>...38