Searched defs:keyti (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
H A D | aaA.d | 125 void grow(in TypeInfo keyti) in grow() 135 void shrink(in TypeInfo keyti) in shrink() 247 TypeInfo_Struct fakeEntryTI(const TypeInfo keyti, const TypeInfo valti) in fakeEntryTI() 310 private size_t calcHash(in void* pkey, in TypeInfo keyti) in calcHash() 471 extern (C) bool _aaDelX(AA aa, in TypeInfo keyti, in void* pkey) in _aaDelX() 502 extern (C) void* _aaRehash(AA* paa, in TypeInfo keyti) pure nothrow in _aaRehash()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
H A D | aaA.d | 128 void grow(scope const TypeInfo keyti) in grow() 138 void shrink(scope const TypeInfo keyti) in shrink() 257 TypeInfo_Struct fakeEntryTI(ref Impl aa, const TypeInfo keyti, const TypeInfo valti) in fakeEntryTI() 390 auto keyti = typeid(K); in test() local 459 private size_t calcHash(scope const void* pkey, scope const TypeInfo keyti) in calcHash() 614 extern (C) bool _aaDelX(AA aa, scope const TypeInfo keyti, scope const void* pkey) in _aaDelX() 647 extern (C) void* _aaRehash(AA* paa, scope const TypeInfo keyti) pure nothrow in _aaRehash()
|