Lines Matching refs:ok_to_expand_
3755 ok_to_expand_(saved_expansion_factor_ <= kMaxExpansionFactor) {3757 if (ok_to_expand_) {3760 ok_to_expand_ = false;3764 ok_to_expand_ = (new_factor <= kMaxExpansionFactor);3774 bool ok_to_expand() { return ok_to_expand_; }3779 bool ok_to_expand_;