| 335 | } |
| 336 | |
| 337 | absl::string_view ToStringView( |
| 338 | std::string* absl_nonnull scratch |
| 339 | ABSL_ATTRIBUTE_LIFETIME_BOUND) const ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| 340 | return value_.ToStringView(scratch); |
| 341 | } |
| 342 | |
| 343 | template <typename H> |
| 344 | friend H AbslHashValue(H state, const StringValue& string) { |
nothing calls this directly
no test coverage detected