Lines Matching defs:fastmap
25 var fastmap = undefined;
27 fastmap = ArkPrivate.Load(ArkPrivate.TreeMap);
30 let map = new fastmap();
49 let dmap = new fastmap();
69 let map1 = new fastmap();
103 let dmap1 = new fastmap();
107 let cmmp = new fastmap((firstValue, secondValue) => {return firstValue > secondValue});
118 let commap1 = new fastmap();
122 let commap = new fastmap((firstValue, secondValue) => {return firstValue > secondValue});
142 commap = new fastmap((firstValue, secondValue) => {return firstValue.id > secondValue.id});
151 commap = new fastmap((firstValue, secondValue) => {return firstValue < secondValue});
181 let de = new fastmap();
194 map = new fastmap();