Searched refs:can_rehash_ (Results 1 – 2 of 2) sorted by relevance
37 void SetRehashability(bool v) { can_rehash_ = v; } in SetRehashability()49 can_rehash_(false) { in Deserializer()92 bool can_rehash() const { return can_rehash_; } in can_rehash()162 bool can_rehash_; variable
145 if ((FLAG_rehash_snapshot && can_rehash_) || deserializing_user_code()) { in PostProcessNewObject()