Searched refs:METHOD_MAX_HIT_COUNT (Results 1 – 1 of 1) sorted by relevance
336 static constexpr uint32_t METHOD_MAX_HIT_COUNT = 10000U; variable394 count_ = std::min(count_ + info->GetCount(), METHOD_MAX_HIT_COUNT); in Merge()