Searched refs:sync_count_size_ (Results 1 – 3 of 3) sorted by relevance
265 sync_count_size_(0), in UserDict()352 sync_count_size_ = 0; in close_dict()1236 sync_count_size_ = dict_info.sync_count + kUserDictPreAlloc; in _get_lpis()2146 if (dict_info_.sync_count < sync_count_size_) { in _get_lpis()2150 syncs_, (sync_count_size_ + kUserDictPreAlloc) << 2); in _get_lpis()2152 sync_count_size_ += kUserDictPreAlloc; in _get_lpis()
189 size_t sync_count_size_; variable