Home
last modified time | relevance | path

Searched refs:ArrayMap (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/math/sleef/sleef-3.5.0/src/common/
H A Darraymap.h8 typedef struct ArrayMap ArrayMap; typedef
10 ArrayMap *initArrayMap();
11 void ArrayMap_dispose(ArrayMap *thiz);
12 int ArrayMap_size(ArrayMap *thiz);
13 void *ArrayMap_remove(ArrayMap *thiz, uint64_t key);
14 void *ArrayMap_put(ArrayMap *thiz, uint64_t key, void *value);
15 void *ArrayMap_get(ArrayMap *thiz, uint64_t key);
17 uint64_t *ArrayMap_keyArray(ArrayMap *thiz);
18 void **ArrayMap_valueArray(ArrayMap *thiz);
19 int ArrayMap_save(ArrayMap *thiz, const char *fn, const char *prefix, const char *idstr);
[all …]
H A Darraymap.c76 typedef struct ArrayMap { struct
80 } ArrayMap; argument
82 ArrayMap *initArrayMap() { in initArrayMap()
83 ArrayMap *thiz = (ArrayMap *)calloc(1, sizeof(ArrayMap)); in initArrayMap()
96 void ArrayMap_dispose(ArrayMap *thiz) { in ArrayMap_dispose()
111 int ArrayMap_size(ArrayMap *thiz) { in ArrayMap_size()
116 uint64_t *ArrayMap_keyArray(ArrayMap *thiz) { in ArrayMap_keyArray()
129 void **ArrayMap_valueArray(ArrayMap *thiz) { in ArrayMap_valueArray()
142 void *ArrayMap_remove(ArrayMap *thiz, uint64_t key) { in ArrayMap_remove()
192 void *ArrayMap_get(ArrayMap *thiz, uint64_t key) { in ArrayMap_get()
[all …]
/dports/devel/upp/upp/uppsrc/Core/src.tpp/
H A DArrayMap_en-us.tpp1 topic "ArrayMap";
13 [ {{10000@(113.42.0) [s0; [*@7;4 ArrayMap]]}}&]
18 [s1;:ArrayMap`:`:class:%- [@(0.0.255) class]_[* ArrayMap]_:_[@(0.0.255) public]_[*@3 MoveableA
53 [s5;:ArrayMap`:`:ArrayMap`(`):%- [* ArrayMap]()&]
57 [s5;:Upp`:`:ArrayMap`:`:ArrayMap`(std`:`:initializer`_list`<std`:`:pair`<K`,T`>`>`):%- [* A
65 lass]_[*@4 KK], [@(0.0.255) class]_[*@4 TT]>_[*_^Upp`:`:ArrayMap^ ArrayMap][@(0.0.255) `&]_
72 [s5;:ArrayMap`:`:ArrayMap`(const ArrayMap`&`,int`):%- [* ArrayMap]([@(0.0.255) const]_[* Ar
79 [s7; [*C@3 s]-|Source ArrayMap.&]
82 [s5;:Upp`:`:ArrayMap`:`:ArrayMap`(Upp`:`:Index`<K`>`&`&`,Upp`:`:Array`<T`>`&`&`):%- [* A
89 [s5;:Upp`:`:ArrayMap`:`:ArrayMap`(Upp`:`:Vector`<K`>`&`&`,Upp`:`:Array`<T`>`&`&`):%- [* A
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/libutils/
H A Darray_map_priv.h37 } ArrayMap; typedef
41 ArrayMap *map;
45 ArrayMap *ArrayMapNew(MapKeyEqualFn equal_fn,
55 int ArrayMapInsert(ArrayMap *map, void *key, void *value);
57 bool ArrayMapRemove(ArrayMap *map, const void *key);
58 MapKeyValue *ArrayMapGet(const ArrayMap *map, const void *key);
59 void ArrayMapClear(ArrayMap *map);
60 void ArrayMapSoftDestroy(ArrayMap *map);
61 void ArrayMapDestroy(ArrayMap *map);
65 ArrayMapIterator ArrayMapIteratorInit(ArrayMap *map);
H A Darray_map.c32 ArrayMap *ArrayMapNew(MapKeyEqualFn equal_fn, in ArrayMapNew()
36 ArrayMap *map = xcalloc(1, sizeof(ArrayMap)); in ArrayMapNew()
44 int ArrayMapInsert(ArrayMap *map, void *key, void *value) in ArrayMapInsert()
70 bool ArrayMapRemove(ArrayMap *map, const void *key) in ArrayMapRemove()
89 MapKeyValue *ArrayMapGet(const ArrayMap *map, const void *key) in ArrayMapGet()
101 void ArrayMapClear(ArrayMap *map) in ArrayMapClear()
111 void ArrayMapSoftDestroy(ArrayMap *map) in ArrayMapSoftDestroy()
126 void ArrayMapDestroy(ArrayMap *map) in ArrayMapDestroy()
138 ArrayMapIterator ArrayMapIteratorInit(ArrayMap *map) in ArrayMapIteratorInit()
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libutils/
H A Darray_map_priv.h37 } ArrayMap; typedef
41 ArrayMap *map;
45 ArrayMap *ArrayMapNew(MapKeyEqualFn equal_fn,
55 int ArrayMapInsert(ArrayMap *map, void *key, void *value);
57 bool ArrayMapRemove(ArrayMap *map, const void *key);
58 MapKeyValue *ArrayMapGet(const ArrayMap *map, const void *key);
59 void ArrayMapClear(ArrayMap *map);
60 void ArrayMapSoftDestroy(ArrayMap *map);
61 void ArrayMapDestroy(ArrayMap *map);
65 ArrayMapIterator ArrayMapIteratorInit(ArrayMap *map);
H A Darray_map.c32 ArrayMap *ArrayMapNew(MapKeyEqualFn equal_fn, in ArrayMapNew()
36 ArrayMap *map = xcalloc(1, sizeof(ArrayMap)); in ArrayMapNew()
44 int ArrayMapInsert(ArrayMap *map, void *key, void *value) in ArrayMapInsert()
70 bool ArrayMapRemove(ArrayMap *map, const void *key) in ArrayMapRemove()
89 MapKeyValue *ArrayMapGet(const ArrayMap *map, const void *key) in ArrayMapGet()
101 void ArrayMapClear(ArrayMap *map) in ArrayMapClear()
111 void ArrayMapSoftDestroy(ArrayMap *map) in ArrayMapSoftDestroy()
126 void ArrayMapDestroy(ArrayMap *map) in ArrayMapDestroy()
138 ArrayMapIterator ArrayMapIteratorInit(ArrayMap *map) in ArrayMapIteratorInit()
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/libutils/
H A Darray_map_priv.h37 } ArrayMap; typedef
41 ArrayMap *map;
45 ArrayMap *ArrayMapNew(MapKeyEqualFn equal_fn,
55 int ArrayMapInsert(ArrayMap *map, void *key, void *value);
57 bool ArrayMapRemove(ArrayMap *map, const void *key);
58 MapKeyValue *ArrayMapGet(const ArrayMap *map, const void *key);
59 void ArrayMapClear(ArrayMap *map);
60 void ArrayMapSoftDestroy(ArrayMap *map);
61 void ArrayMapDestroy(ArrayMap *map);
65 ArrayMapIterator ArrayMapIteratorInit(ArrayMap *map);
H A Darray_map.c32 ArrayMap *ArrayMapNew(MapKeyEqualFn equal_fn, in ArrayMapNew()
36 ArrayMap *map = xcalloc(1, sizeof(ArrayMap)); in ArrayMapNew()
44 int ArrayMapInsert(ArrayMap *map, void *key, void *value) in ArrayMapInsert()
70 bool ArrayMapRemove(ArrayMap *map, const void *key) in ArrayMapRemove()
89 MapKeyValue *ArrayMapGet(const ArrayMap *map, const void *key) in ArrayMapGet()
101 void ArrayMapClear(ArrayMap *map) in ArrayMapClear()
111 void ArrayMapSoftDestroy(ArrayMap *map) in ArrayMapSoftDestroy()
126 void ArrayMapDestroy(ArrayMap *map) in ArrayMapDestroy()
138 ArrayMapIterator ArrayMapIteratorInit(ArrayMap *map) in ArrayMapIteratorInit()
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libutils/
H A Darray_map_priv.h37 } ArrayMap; typedef
41 ArrayMap *map;
45 ArrayMap *ArrayMapNew(MapKeyEqualFn equal_fn,
55 int ArrayMapInsert(ArrayMap *map, void *key, void *value);
57 bool ArrayMapRemove(ArrayMap *map, const void *key);
58 MapKeyValue *ArrayMapGet(const ArrayMap *map, const void *key);
59 void ArrayMapClear(ArrayMap *map);
60 void ArrayMapSoftDestroy(ArrayMap *map);
61 void ArrayMapDestroy(ArrayMap *map);
65 ArrayMapIterator ArrayMapIteratorInit(ArrayMap *map);
H A Darray_map.c32 ArrayMap *ArrayMapNew(MapKeyEqualFn equal_fn, in ArrayMapNew()
36 ArrayMap *map = xcalloc(1, sizeof(ArrayMap)); in ArrayMapNew()
44 int ArrayMapInsert(ArrayMap *map, void *key, void *value) in ArrayMapInsert()
70 bool ArrayMapRemove(ArrayMap *map, const void *key) in ArrayMapRemove()
89 MapKeyValue *ArrayMapGet(const ArrayMap *map, const void *key) in ArrayMapGet()
101 void ArrayMapClear(ArrayMap *map) in ArrayMapClear()
111 void ArrayMapSoftDestroy(ArrayMap *map) in ArrayMapSoftDestroy()
126 void ArrayMapDestroy(ArrayMap *map) in ArrayMapDestroy()
138 ArrayMapIterator ArrayMapIteratorInit(ArrayMap *map) in ArrayMapIteratorInit()
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/libutils/
H A Darray_map_priv.h37 } ArrayMap; typedef
41 ArrayMap *map;
45 ArrayMap *ArrayMapNew(MapKeyEqualFn equal_fn,
55 int ArrayMapInsert(ArrayMap *map, void *key, void *value);
57 bool ArrayMapRemove(ArrayMap *map, const void *key);
58 MapKeyValue *ArrayMapGet(const ArrayMap *map, const void *key);
59 void ArrayMapClear(ArrayMap *map);
60 void ArrayMapSoftDestroy(ArrayMap *map);
61 void ArrayMapDestroy(ArrayMap *map);
65 ArrayMapIterator ArrayMapIteratorInit(ArrayMap *map);
H A Darray_map.c32 ArrayMap *ArrayMapNew(MapKeyEqualFn equal_fn, in ArrayMapNew()
36 ArrayMap *map = xcalloc(1, sizeof(ArrayMap)); in ArrayMapNew()
44 int ArrayMapInsert(ArrayMap *map, void *key, void *value) in ArrayMapInsert()
70 bool ArrayMapRemove(ArrayMap *map, const void *key) in ArrayMapRemove()
89 MapKeyValue *ArrayMapGet(const ArrayMap *map, const void *key) in ArrayMapGet()
101 void ArrayMapClear(ArrayMap *map) in ArrayMapClear()
111 void ArrayMapSoftDestroy(ArrayMap *map) in ArrayMapSoftDestroy()
126 void ArrayMapDestroy(ArrayMap *map) in ArrayMapDestroy()
138 ArrayMapIterator ArrayMapIteratorInit(ArrayMap *map) in ArrayMapIteratorInit()
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/libutils/
H A Darray_map_priv.h37 } ArrayMap; typedef
41 ArrayMap *map;
45 ArrayMap *ArrayMapNew(MapKeyEqualFn equal_fn,
55 int ArrayMapInsert(ArrayMap *map, void *key, void *value);
57 bool ArrayMapRemove(ArrayMap *map, const void *key);
58 MapKeyValue *ArrayMapGet(const ArrayMap *map, const void *key);
59 void ArrayMapClear(ArrayMap *map);
60 void ArrayMapSoftDestroy(ArrayMap *map);
61 void ArrayMapDestroy(ArrayMap *map);
65 ArrayMapIterator ArrayMapIteratorInit(ArrayMap *map);
H A Darray_map.c32 ArrayMap *ArrayMapNew(MapKeyEqualFn equal_fn, in ArrayMapNew()
36 ArrayMap *map = xcalloc(1, sizeof(ArrayMap)); in ArrayMapNew()
44 int ArrayMapInsert(ArrayMap *map, void *key, void *value) in ArrayMapInsert()
70 bool ArrayMapRemove(ArrayMap *map, const void *key) in ArrayMapRemove()
89 MapKeyValue *ArrayMapGet(const ArrayMap *map, const void *key) in ArrayMapGet()
101 void ArrayMapClear(ArrayMap *map) in ArrayMapClear()
111 void ArrayMapSoftDestroy(ArrayMap *map) in ArrayMapSoftDestroy()
126 void ArrayMapDestroy(ArrayMap *map) in ArrayMapDestroy()
138 ArrayMapIterator ArrayMapIteratorInit(ArrayMap *map) in ArrayMapIteratorInit()
/dports/math/vampire/vampire-4.5.1/Lib/
H A DArrayMap.hpp55 class ArrayMap class
60 CLASS_NAME(ArrayMap<T>);
61 USE_ALLOCATOR(ArrayMap<T>);
69 ArrayMap() : DArray<Entry>(8), _timestamp(1) {} in ArrayMap() function in Lib::ArrayMap
74 ArrayMap(size_t size) : DArray<Entry>(size), _timestamp(1) {} in ArrayMap() function in Lib::ArrayMap
239 KeyIterator(const ArrayMap& parent) : _parent(parent), _idx(0) {} in KeyIterator()
261 const ArrayMap& _parent;
276 class ArraySet : public ArrayMap<EmptyStruct>
280 ArraySet(size_t size) : ArrayMap<EmptyStruct>(size) {} in ArraySet()
/dports/net/kimap/kimap-21.12.3/autotests/
H A Didjobtest.cpp13 using ArrayMap = QMap<QByteArray, QByteArray>; typedef
14 Q_DECLARE_METATYPE(ArrayMap)
25 QTest::addColumn<ArrayMap>("values"); in testId_data()
32 ArrayMap values; in testId_data()
40 QFETCH(ArrayMap, values); in testId()
/dports/devel/upp/upp/uppsrc/Esc/
H A DEsc.h197 ArrayMap<String, EscValue>& global;
199 ArrayMap<String, EscValue> var;
259 Esc(ArrayMap<String, EscValue>& global, const char *s, int& oplimit,
301 void Escape(ArrayMap<String, EscValue>& globals, const char *function, Event<EscEscape&> escape);
303 void Scan(ArrayMap<String, EscValue>& global, const char *code, const char *filename = "");
305 void StdLib(ArrayMap<String, EscValue>& global);
309 EscValue Execute(ArrayMap<String, EscValue>& global, EscValue *self,
311 EscValue Execute(ArrayMap<String, EscValue>& global, EscValue *self,
313 EscValue Execute(ArrayMap<String, EscValue>& global, const char *name, int oplimit = 50000);
320 void StdValueLib(ArrayMap<String, EscValue>& global);
[all …]
H A DEscRun.cpp121 void Escape(ArrayMap<String, EscValue>& globals, const char *function, Event<EscEscape&> escape) in Escape()
130 void Escape(ArrayMap<String, EscValue>& globals, const char *function, void (*escape)(EscEscape& e)) in Escape()
161 void Scan(ArrayMap<String, EscValue>& global, const char *file, const char *filename) in Scan()
171 EscValue Execute(ArrayMap<String, EscValue>& global, EscValue *self, in Execute()
196 EscValue Execute(ArrayMap<String, EscValue>& global, EscValue *self, in Execute()
208 EscValue Execute(ArrayMap<String, EscValue>& global, const char *name, int op_limit) in Execute()
217 EscValue Evaluatex(const char *expression, ArrayMap<String, EscValue>& global, int oplimit) in Evaluatex()
229 EscValue Evaluate(const char *expression, ArrayMap<String, EscValue>& global, int oplimit) in Evaluate()
238 String Expand(const String& doc, ArrayMap<String, EscValue>& global, in Expand()
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/bits/
H A Darray_map.h46 class ArrayMap
67 typedef ArrayMap Map;
84 explicit ArrayMap(const GraphType& graph) { in ArrayMap() function
98 ArrayMap(const GraphType& graph, const Value& value) { in ArrayMap() function
113 ArrayMap(const ArrayMap& copy) : Parent() { in ArrayMap() function
135 ArrayMap& operator=(const ArrayMap& cmap) {
136 return operator=<ArrayMap>(cmap);
147 ArrayMap& operator=(const CMap& cmap) {
161 virtual ~ArrayMap() { in ~ArrayMap()
/dports/math/lemon/lemon-1.3.1/lemon/bits/
H A Darray_map.h46 class ArrayMap
67 typedef ArrayMap Map;
84 explicit ArrayMap(const GraphType& graph) { in ArrayMap() function
98 ArrayMap(const GraphType& graph, const Value& value) { in ArrayMap() function
113 ArrayMap(const ArrayMap& copy) : Parent() { in ArrayMap() function
135 ArrayMap& operator=(const ArrayMap& cmap) {
136 return operator=<ArrayMap>(cmap);
147 ArrayMap& operator=(const CMap& cmap) {
161 virtual ~ArrayMap() { in ~ArrayMap()
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/bits/
H A Darray_map.h46 class ArrayMap
67 typedef ArrayMap Map;
84 explicit ArrayMap(const GraphType& graph) { in ArrayMap() function
98 ArrayMap(const GraphType& graph, const Value& value) { in ArrayMap() function
113 ArrayMap(const ArrayMap& copy) : Parent() { in ArrayMap() function
135 ArrayMap& operator=(const ArrayMap& cmap) {
136 return operator=<ArrayMap>(cmap);
147 ArrayMap& operator=(const CMap& cmap) {
161 virtual ~ArrayMap() { in ~ArrayMap()
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/lemon/bits/
H A Darray_map.h47 class ArrayMap
81 explicit ArrayMap(const Graph& graph) { in ArrayMap() function
95 ArrayMap(const Graph& graph, const Value& value) { in ArrayMap() function
109 ArrayMap(const ArrayMap& copy) : Parent() { in ArrayMap() function
131 ArrayMap& operator=(const ArrayMap& cmap) {
132 return operator=<ArrayMap>(cmap);
143 ArrayMap& operator=(const CMap& cmap) {
156 virtual ~ArrayMap() { in ~ArrayMap()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/dlc/catalog/
H A DDownloadContentBootstrap.java8 import android.support.v4.util.ArrayMap;
16 public static ArrayMap<String, DownloadContent> createInitialDownloadContentList() { in createInitialDownloadContentList()
19 return new ArrayMap<>(); in createInitialDownloadContentList()
155 ArrayMap<String, DownloadContent> content = new ArrayMap<>(); in createInitialDownloadContentList()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/dlc/catalog/
H A DDownloadContentCatalog.java10 import android.support.v4.util.ArrayMap;
42 private ArrayMap<String, DownloadContent> content; // Guarded by 'this'
54 this.content = new ArrayMap<>(); in DownloadContentCatalog()
215 ArrayMap<String, DownloadContent> loadedContent = new ArrayMap<>(); in loadFromDisk()
231 loadedContent = new ArrayMap<>(); in loadFromDisk()
234 loadedContent = new ArrayMap<>(); in loadFromDisk()
251 protected void onCatalogLoaded(ArrayMap<String, DownloadContent> content) { in onCatalogLoaded()

1234567891011