Searched refs:is_strong (Results 1 – 2 of 2) sorted by relevance
204 bool is_strong, in Insert() argument242 if (is_strong) { in Insert()250 return is_strong ? InsertStrong(s, hash) : InsertWeak(s, hash); in Insert()
285 bool is_strong,