| 162 | TEST(fixed_swiss_table, support_normal_emplace) { |
| 163 | struct S { |
| 164 | S(const ::std::string& os) : s(os) {} |
| 165 | bool operator==(const ::std::string& os) const { |
| 166 | return s == os; |
| 167 | } |
nothing calls this directly
no outgoing calls
no test coverage detected