Lines Matching full:hash
1972 that equivalent key have same hash code. Fix _M_rehash method
2050 functor that has to be used in hash container implementation or in
2285 * test/unit/hash_test.cpp: Now Borland support correctly hash container
3496 * stlport/stl/_hash_fun.h: add hash function for void *.
3985 * stlport/stl/_hash_func.h: For MSVC .Net compiler we grant the hash<size_t>
3986 specialization rather than the hash<unsigned int> one to avoid 64 bits
4415 tests that is no more valid for hash containers, this kind of test
5239 based on the 12 April 2004 Technical Report document. Add missing hash policy
5589 - iterator increment operation do no require call to the hash function.
5594 * stlport/unordered_set, unordered_map: Introduction of the almost Standard hash containers.
6533 the way hash containers and sorted containers have their iterator
6652 The hash container use string as key rather than char const* so that
7004 * _hash_fun.h: Correction of the hash struct specialization for the _STLP_LONG_LONG