Home
last modified time | relevance | path

Searched refs:HashMap (Results 1 – 25 of 9541) sorted by relevance

12345678910>>...382

/dports/devel/stack/stack-2.7.3/_cabal_deps/rio-0.1.20.0/src/RIO/
H A DHashMap.hs7 module RIO.HashMap
9 Data.HashMap.Strict.HashMap
12 , Data.HashMap.Strict.empty
16 , Data.HashMap.Strict.null
17 , Data.HashMap.Strict.size
18 , Data.HashMap.Strict.member
19 , Data.HashMap.Strict.lookup
26 , Data.HashMap.Strict.alter
30 , Data.HashMap.Strict.union
36 , Data.HashMap.Strict.map
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/rio-0.1.20.0/src/RIO/
H A DHashMap.hs7 module RIO.HashMap
9 Data.HashMap.Strict.HashMap
12 , Data.HashMap.Strict.empty
16 , Data.HashMap.Strict.null
17 , Data.HashMap.Strict.size
18 , Data.HashMap.Strict.member
19 , Data.HashMap.Strict.lookup
26 , Data.HashMap.Strict.alter
30 , Data.HashMap.Strict.union
36 , Data.HashMap.Strict.map
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/glean/api/src/
H A Dmetrics.rs56 Lazy::new(HashMap::new);
63 Lazy::new(HashMap::new);
66 Lazy::new(HashMap::new);
69 Lazy::new(HashMap::new);
74 Lazy::new(HashMap::new);
77 Lazy::new(HashMap::new);
79 pub static UUID_MAP: Lazy<HashMap<MetricId, &Lazy<UuidMetric>>> = Lazy::new(HashMap::new);
83 > = Lazy::new(HashMap::new);
87 > = Lazy::new(HashMap::new);
91 > = Lazy::new(HashMap::new);
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dzero_sized_hashmap_values.rs2 use std::collections::HashMap;
10 type OkMap = HashMap<String, usize>;
11 type NotOkMap = HashMap<String, ()>;
14 Ok(HashMap<String, usize>),
15 NotOk(HashMap<String, ()>),
19 ok: HashMap<String, usize>,
20 not_ok: HashMap<String, ()>,
55 fn test(map: HashMap<String, ()>, key: &str) -> HashMap<String, ()> { in test()
59 fn test2(map: HashMap<String, usize>, key: &str) -> HashMap<String, usize> { in test2()
64 let _: HashMap<String, ()> = HashMap::new(); in main()
[all …]
H A Dmut_key.rs2 use std::collections::{BTreeMap, BTreeSet, HashMap, HashSet};
31 let _other: HashMap<Key, bool> = HashMap::new(); in should_not_take_this_arg()
35 fn this_is_ok(_m: &mut HashMap<usize, Key>) {} in this_is_ok()
56 fn tuples<U>(_m: &mut HashMap<((), U), ()>) {} in tuples() argument
62 this_is_ok(&mut HashMap::new()); in main()
63 tuples::<Key>(&mut HashMap::new()); in main()
64 tuples::<()>(&mut HashMap::new()); in main()
65 tuples_bad::<()>(&mut HashMap::new()); in main()
67 raw_ptr_is_ok(&mut HashMap::new()); in main()
68 raw_mut_ptr_is_ok(&mut HashMap::new()); in main()
[all …]
H A Dimplicit_hasher.rs9 use std::collections::{HashMap, HashSet};
16 impl<K: Hash + Eq, V> Foo<i8> for HashMap<K, V> { implementation
19 let _: HashMap<i32, i32> = HashMap::new(); in make()
22 (HashMap::new(), HashMap::with_capacity(10)) in make()
25 impl<K: Hash + Eq, V> Foo<i8> for (HashMap<K, V>,) { implementation
27 ((HashMap::new(),), (HashMap::with_capacity(10),)) in make()
30 impl Foo<i16> for HashMap<String, String> { implementation
32 (HashMap::new(), HashMap::with_capacity(10)) in make()
38 (HashMap::default(), HashMap::with_capacity_and_hasher(10, S::default())) in make()
43 (HashMap::default(), HashMap::with_capacity_and_hasher(10, S::default())) in make()
[all …]
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Dhashmap.hh26 class HashMap { public: class
32 HashMap();
34 HashMap(const HashMap<K, V> &);
35 ~HashMap();
78 HashMap<K, V> &operator=(const HashMap<K, V> &);
235 HashMap();
237 HashMap(const HashMap<K, void *> &);
238 ~HashMap();
281 HashMap<K, void *> &operator=(const HashMap<K, void *> &);
432 class HashMap<K, T *> : public HashMap<K, void *> { public: class
[all …]
/dports/deskutils/ical/ical-tcl/types/
H A Dohashmap.h35 #define declareOpenHashMap(HashMap,Key,Val,hasher,comparer) \ argument
56 HashMap(HashMap const& m); \
61 HashMap& operator=(HashMap const& m); \
204 HashMap##_Bindings(HashMap const* table); \
223 inline HashMap::HashMap() { \
227 inline HashMap::~HashMap() { \
307 inline HashMap##_Bindings::HashMap##_Bindings(HashMap const* t) { \
328 ((HashMap*) table)->typ[index] = HashMap::obsolete; \
338 HashMap::HashMap(int c) { \
368 HashMap::HashMap(HashMap const& m) { \
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/glean/api/src/
H A Dmetrics.rs57 Lazy::new(HashMap::new);
64 Lazy::new(HashMap::new);
67 Lazy::new(HashMap::new);
70 Lazy::new(HashMap::new);
75 Lazy::new(HashMap::new);
78 Lazy::new(HashMap::new);
80 pub static UUID_MAP: Lazy<HashMap<MetricId, &Lazy<UuidMetric>>> = Lazy::new(HashMap::new);
84 > = Lazy::new(HashMap::new);
88 > = Lazy::new(HashMap::new);
92 > = Lazy::new(HashMap::new);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/glean/api/src/
H A Dmetrics.rs57 Lazy::new(HashMap::new);
64 Lazy::new(HashMap::new);
67 Lazy::new(HashMap::new);
70 Lazy::new(HashMap::new);
75 Lazy::new(HashMap::new);
78 Lazy::new(HashMap::new);
80 pub static UUID_MAP: Lazy<HashMap<MetricId, &Lazy<UuidMetric>>> = Lazy::new(HashMap::new);
84 > = Lazy::new(HashMap::new);
88 > = Lazy::new(HashMap::new);
92 > = Lazy::new(HashMap::new);
[all …]
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/html/simpleparser/
H A DStyleSheet.java54 import java.util.HashMap;
58 public HashMap classMap = new HashMap();
60 public HashMap tagMap = new HashMap();
67 HashMap map = (HashMap) tagMap.get(tag.toLowerCase()); in applyStyle()
69 HashMap temp = new HashMap(map); in applyStyle()
76 map = (HashMap) classMap.get(cm.toLowerCase()); in applyStyle()
80 HashMap temp = new HashMap(map); in applyStyle()
91 HashMap props = (HashMap) classMap.get(style); in loadStyle()
93 props = new HashMap(); in loadStyle()
105 HashMap props = (HashMap) tagMap.get(tag); in loadTagStyle()
[all …]
/dports/databases/opentsdb/opentsdb-2.3.0/test/query/expression/
H A DBaseTimeSyncedIteratorTest.java52 HashMap<String, String> query_tags = new HashMap<String, String>(1); in queryAB_Dstar()
79 HashMap<String, String> query_tags = new HashMap<String, String>(1); in queryAB_AggAll()
149 HashMap<String, String> tags = new HashMap<String, String>(2); in twoSeriesAggedE()
186 HashMap<String, String> tags = new HashMap<String, String>(2); in twoSeriesAggedEandExtraTagK()
225 HashMap<String, String> tags = new HashMap<String, String>(2); in oneAggedTheOtherTagged()
255 HashMap<String, String> tags = new HashMap<String, String>(2); in threeSameENoB()
283 HashMap<String, String> tags = new HashMap<String, String>(2); in oneExtraSameE()
328 HashMap<String, String> tags = new HashMap<String, String>(2); in timeOffset()
359 HashMap<String, String> tags = new HashMap<String, String>(2); in threeSameE()
409 HashMap<String, String> tags = new HashMap<String, String>(2); in threeAMissingE()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/suggestions/
H A Dmissing-lifetime-specifier.stderr4 LL | static a: RefCell<HashMap<i32, Vec<Vec<Foo>>>> = RefCell::new(HashMap::new());
10 LL | static a: RefCell<HashMap<i32, Vec<Vec<Foo<'static, 'static>>>>> = RefCell::new(HashMap::n…
16 LL | static a: RefCell<HashMap<i32, Vec<Vec<Foo>>>> = RefCell::new(HashMap::new());
28 LL | static b: RefCell<HashMap<i32, Vec<Vec<&Bar>>>> = RefCell::new(HashMap::new());
34 LL | static b: RefCell<HashMap<i32, Vec<Vec<&'static Bar>>>> = RefCell::new(HashMap::new());
40 LL | static b: RefCell<HashMap<i32, Vec<Vec<&Bar>>>> = RefCell::new(HashMap::new());
52 LL | static b: RefCell<HashMap<i32, Vec<Vec<&Bar>>>> = RefCell::new(HashMap::new());
64 LL | static b: RefCell<HashMap<i32, Vec<Vec<&Bar>>>> = RefCell::new(HashMap::new());
76 LL | static c: RefCell<HashMap<i32, Vec<Vec<Qux<i32>>>>> = RefCell::new(HashMap::new());
88 LL | static c: RefCell<HashMap<i32, Vec<Vec<Qux<i32>>>>> = RefCell::new(HashMap::new());
[all …]
/dports/databases/opentsdb/opentsdb-2.3.0/test/utils/
H A DTestJSON.java22 import java.util.HashMap;
94 HashMap.class); in parseToObjectByteUTFString()
104 HashMap.class); in parseToObjectByteString()
168 HashMap<String, String> map = in parseToObjectByteTypeUTFString()
178 HashMap<String, String> map = in parseToObjectByteTypeString()
291 HashMap<String, String> map = new HashMap<String, String>(); in serializeToString()
308 HashMap<String, String> map = new HashMap<String, String>(); in serializeToBytes()
325 HashMap<String, String> map = new HashMap<String, String>(); in serializeToJSONString()
352 HashMap<String, String> map = new HashMap<String, String>(); in serializeToJSONPBytes()
380 HashMap<String, String> map = new HashMap<String, String>(); in parseToMap()
[all …]
/dports/devel/staf/src/staf/services/stax/service/
H A DSTAXExtension.java9 import java.util.HashMap;
35 public HashMap<String, String> getParmMap() in getParmMap()
47 public HashMap<String, String> getExcludeElementMap() in getExcludeElementMap()
54 public HashMap<String, String> getIncludeElementMap() in getIncludeElementMap()
150 private HashMap<String, String> fParmMap =
151 new HashMap<String, String>();
153 new HashMap<String, String>();
155 new HashMap<String, String>();
157 new HashMap<String, String>();
159 new HashMap<String, String>();
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/ball/src/include/BALL/DATATYPE/
H A DstringHashMap.h41 : public HashMap<String, Value>
71 : HashMap<String, Value>() in StringHashMap()
80 : HashMap<String, Value>(map) in StringHashMap()
96 HashMap<String, Value>::clear(); in destroy()
110 HashMap<String, Value>::clear(); in set()
147 return HashMap<String, Value>::insert(obj); in insert()
168 if (it == HashMap<String, Value>::end()) in remove()
175 HashMap<String, Value>::erase(it); in remove()
184 return HashMap<String, Value>::size(); in getSize()
210 return !(HashMap<String, Value>::find(key) == HashMap<String, Value>::end()); in has()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DLucene.h167 typedef HashMap< String, String > MapStringString;
170 typedef HashMap< String, ByteArray > MapStringByteArray;
171 typedef HashMap< String, int32_t > MapStringInt;
177 typedef HashMap< String, NormPtr > MapStringNorm;
179 typedef HashMap< String, RAMFilePtr > MapStringRAMFile;
180 typedef HashMap< int32_t, ByteArray > MapIntByteArray;
182 typedef HashMap< int32_t, double > MapIntDouble;
183 typedef HashMap< int64_t, int32_t > MapLongInt;
184 typedef HashMap< String, double > MapStringDouble;
185 typedef HashMap< int32_t, CachePtr > MapStringCache;
[all …]
/dports/print/typetools/lcdf-typetools-2.108/include/lcdf/
H A Dhashmap.hh25 class HashMap { public: class
27 HashMap();
28 explicit HashMap(const V &);
29 HashMap(const HashMap<K, V> &);
55 HashMap<K, V> &operator=(const HashMap<K, V> &);
56 void swap(HashMap<K, V> &);
102 const HashMap<K, V> *_hm;
169 HashMap<K, V>::begin() const in begin()
176 HashMap<K, V>::end() const in end()
183 HashMap<K, V>::begin() in begin()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/include/lcdf/
H A Dhashmap.hh25 class HashMap { public: class
27 HashMap();
28 explicit HashMap(const V &);
29 HashMap(const HashMap<K, V> &);
55 HashMap<K, V> &operator=(const HashMap<K, V> &);
56 void swap(HashMap<K, V> &);
102 const HashMap<K, V> *_hm;
169 HashMap<K, V>::begin() const in begin()
176 HashMap<K, V>::end() const in end()
183 HashMap<K, V>::begin() in begin()
[all …]
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/include/lcdf/
H A Dhashmap.hh25 class HashMap { public: class
27 HashMap();
28 explicit HashMap(const V &);
29 HashMap(const HashMap<K, V> &);
55 HashMap<K, V> &operator=(const HashMap<K, V> &);
56 void swap(HashMap<K, V> &);
102 const HashMap<K, V> *_hm;
169 HashMap<K, V>::begin() const in begin()
176 HashMap<K, V>::end() const in end()
183 HashMap<K, V>::begin() in begin()
[all …]
/dports/misc/ruut/ruut-0.6.1/cargo-crates/json5-0.2.5/tests/
H A Dadapted_from_js_reference.rs1 use std::collections::HashMap;
14 let m: HashMap<String, i32> = HashMap::new(); in parses_empty_objects()
20 let mut m = HashMap::new(); in parses_double_string_property_names()
27 let mut m = HashMap::new(); in parses_single_string_property_names()
34 let mut m = HashMap::new(); in parses_unquoted_property_names()
41 let mut m = HashMap::new(); in parses_special_character_property_names()
50 let mut m = HashMap::new(); in parses_unicode_property_names()
202 let m: HashMap<String, i32> = HashMap::new(); in parses_single_line_comments()
208 let m: HashMap<String, i32> = HashMap::new(); in parses_single_line_comments_at_end_of_input()
214 let m: HashMap<String, i32> = HashMap::new(); in parses_multi_line_comments()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/minify-html-0.6.10/src/common/gen/
H A Dattrs.rs3 use std::collections::HashMap;
17 SpecificNamespaceElements(HashMap<&'static [u8], AttributeMinification>),
35 pub struct AttrMap(HashMap<&'static [u8], ByNamespace>);
38 pub const fn new(map: HashMap<&'static [u8], ByNamespace>) -> AttrMap { in new()
53 let mut m = HashMap::<&'static [u8], ByNamespace>::new();
66 let m = HashMap::<&'static [u8], AttributeMinification>::new();
107 let m = HashMap::<&'static [u8], AttributeMinification>::new();
125 let m = HashMap::<&'static [u8], AttributeMinification>::new();
143 let m = HashMap::<&'static [u8], AttributeMinification>::new();
161 let m = HashMap::<&'static [u8], AttributeMinification>::new();
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/engine/
H A DParameterizedProvisioningActionTest.java16 import java.util.HashMap;
48 Map<String, String> actionParameters = new HashMap<>(); in testBasicParameter()
51 Map<String, Object> phaseParameters = new HashMap<>(); in testBasicParameter()
61 Map<String, String> actionParameters = new HashMap<>(); in testVariableParameter()
64 Map<String, Object> phaseParameters = new HashMap<>(); in testVariableParameter()
74 Map<String, String> actionParameters = new HashMap<>(); in testEscapedCharacterParameter()
77 Map<String, Object> phaseParameters = new HashMap<>(); in testEscapedCharacterParameter()
88 Map<String, String> actionParameters = new HashMap<>(); in testOutOfRangeEscapedCharacterParameter()
91 Map<String, Object> phaseParameters = new HashMap<>(); in testOutOfRangeEscapedCharacterParameter()
105 Map<String, Object> phaseParameters = new HashMap<>(); in testLargerThanCharEscapedCharacterParameter()
[all …]
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/
H A DRtfImportMappings.java52 import java.util.HashMap;
72 private HashMap fontMappings = null;
76 private HashMap colorMappings = null;
80 private HashMap listMappings = null;
90 this.fontMappings = new HashMap(); in RtfImportMappings()
91 this.colorMappings = new HashMap(); in RtfImportMappings()
92 this.listMappings = new HashMap(); in RtfImportMappings()
138 public HashMap getFontMappings() { in getFontMappings()
147 public HashMap getColorMappings() { in getColorMappings()
156 public HashMap getListMappings() { in getListMappings()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/
H A DXMLComponentRegistry.java19 import java.util.HashMap;
57 private final Map<String, HashMap<String, String>> fSchemaComponentMap;
64 fSchemaComponentMap = Collections.synchronizedMap(new HashMap<String, HashMap<String, String>>()); in XMLComponentRegistry()
65 …fAttributeComponentMap = Collections.synchronizedMap(new HashMap<String, HashMap<String, String>>(… in XMLComponentRegistry()
66 …fElementComponentMap = Collections.synchronizedMap(new HashMap<String, HashMap<String, String>>()); in XMLComponentRegistry()
96 private Map<String, HashMap<String, String>> getTargetMap(int mask) { in getTargetMap()
97 Map<String, HashMap<String, String>> targetMap = null; in getTargetMap()
114 HashMap<String, String> previousValue = targetMap.get(key); in putValue()
116 HashMap<String, String> newValue = new HashMap<>(); in putValue()
135 public HashMap<?, ?> get(String key, int mapType) { in get()
[all …]

12345678910>>...382