Searched refs:combined_ (Results 1 – 1 of 1) sorted by relevance
63 HashCombiner(Key combined = 0) : combined_(combined) {} in combined_() function72 combined_ ^= Hasher()(value) + kMagic + (combined_ << 6) + (combined_ >> 2); in Combine()96 Key Value() const { return combined_; } in Value()97 void Reset(Key combined = 0) { combined_ = combined; }100 Key combined_;