Searched refs:num_searched_strong_frozen_tables (Results 1 – 2 of 2) sorted by relevance
205 size_t num_searched_strong_frozen_tables) { in Insert() argument218 strong_interns_.Find(s, hash, num_searched_strong_frozen_tables); in Insert()226 num_searched_strong_frozen_tables = strong_interns_.tables_.size() - 1u; in Insert()258 size_t num_searched_strong_frozen_tables; in InternStrong() local263 num_searched_strong_frozen_tables = strong_interns_.tables_.size() - 1u; in InternStrong()278 return Insert(s, hash, /*is_strong=*/ true, num_searched_strong_frozen_tables); in InternStrong()
286 size_t num_searched_strong_frozen_tables = 0u)