Lines Matching refs:immutable
11 extern (C) immutable int _aaVersion = 1;
73 immutable uint keysz;
74 immutable uint valsz;
75 immutable uint valoff;
195 immutable sz = dim * Bucket.sizeof; in allocBuckets()
208 immutable akeysz = aa.valoff; in allocEntry()
268 static immutable tiName = __MODULE__ ~ ".Entry!(...)"; in fakeEntryTI()
275 immutable entrySize = talign(kti.tsize, vti.talign) + vti.tsize; in fakeEntryTI()
294 immutable mask = algn - 1; in talign()
312 immutable hash = keyti.getHash(pkey); in calcHash()
397 immutable hash = calcHash(pkey, ti.key); in _aaGetX()
464 immutable hash = calcHash(pkey, keyti); in inout()
476 immutable hash = calcHash(pkey, keyti); in _aaDelX()
521 immutable off = aa.valoff; in inout()
565 immutable off = aa.valoff; in _aaApply()
582 immutable off = aa.valoff; in _aaApply2()
599 immutable keysz = ti.key.tsize; in _d_assocarrayliteralTX()
600 immutable valsz = ti.value.tsize; in _d_assocarrayliteralTX()
601 immutable length = keys.length; in _d_assocarrayliteralTX()
610 immutable off = aa.valoff; in _d_assocarrayliteralTX()
614 immutable hash = calcHash(pkey, ti.key); in _d_assocarrayliteralTX()
647 immutable len = _aaLen(aa1); in _aaEqual()
659 immutable off = aa1.valoff; in _aaEqual()
681 immutable off = aa.valoff; in _aaGetHash()