Searched refs:is_strong (Results 1 – 2 of 2) sorted by relevance
203 bool is_strong, in Insert() argument241 if (is_strong) { in Insert()249 return is_strong ? InsertStrong(s, hash) : InsertWeak(s, hash); in Insert()
284 bool is_strong,