Home
last modified time | relevance | path

Searched refs:intHasher (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/qTox/qTox-1.17.4/src/video/
H A Dvideoframe.cpp464 std::hash<int> intHasher; in hash() local
472 ret = 37 * ret + intHasher(key.frameWidth); in hash()
473 ret = 37 * ret + intHasher(key.frameHeight); in hash()
474 ret = 37 * ret + intHasher(key.pixelFormat); in hash()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/net/
H A Dhostandport.cpp223 hash<int> intHasher; in operator ()() local
224 size_t hash = intHasher(host.port()); in operator ()()