Searched defs:can_be_rehashed (Results 1 – 4 of 4) sorted by relevance
26 bool can_be_rehashed() const { return can_be_rehashed_; } in can_be_rehashed() function
30 bool can_be_rehashed() const { return can_be_rehashed_; } in can_be_rehashed() function
233 const std::vector<SnapshotData*>& context_snapshots, bool can_be_rehashed) { in CreateSnapshotBlob()
826 bool can_be_rehashed = true; in CreateBlob() local