Searched refs:INCREASE_CAPACITY_RATE (Results 1 – 5 of 5) sorted by relevance
41 static constexpr int INCREASE_CAPACITY_RATE = 1; variable90 uint64_t newCapacity = (static_cast<uint64_t>(oldCapacity) << INCREASE_CAPACITY_RATE); in ComputeGrowCapacity()
26 static constexpr size_t INCREASE_CAPACITY_RATE = 2; variable
41 capacity * INCREASE_CAPACITY_RATE)); in PushBackTypeToTable()
96 table->GetLength() * TSModuleTable::INCREASE_CAPACITY_RATE)); in AddTypeTable()
146 static constexpr int INCREASE_CAPACITY_RATE = 2; variable