Home
last modified time | relevance | path

Searched refs:hashCombineBSONObj (Results 1 – 5 of 5) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/bson/
H A Dbson_comparator_interface_base.cpp45 void BSONComparatorInterfaceBase<T>::hashCombineBSONObj( in hashCombineBSONObj() function in mongo::BSONComparatorInterfaceBase
154 hashCombineBSONObj(hash, in hashCombineBSONElement()
175 hashCombineBSONObj(hash, in hashCombineBSONElement()
H A Dsimple_bsonobj_comparator.h51 hashCombineBSONObj(seed, toHash, ComparisonRules::kConsiderFieldName, nullptr); in hash_combine()
H A Dunordered_fields_bsonobj_comparator.h57 hashCombineBSONObj(seed, in hash_combine()
H A Dbsonobj_comparator.h72 hashCombineBSONObj(seed, toHash, _rules, _stringComparator); in hash_combine()
H A Dbson_comparator_interface_base.h276 static void hashCombineBSONObj(size_t& seed,