| 928 | const& ABSL_ATTRIBUTE_LIFETIME_BOUND; |
| 929 | absl::optional<ParsedJsonMapValue> AsParsedJsonMap() &&; |
| 930 | absl::optional<ParsedJsonMapValue> AsParsedJsonMap() const&& { |
| 931 | return common_internal::AsOptional(AsParsedJsonMap()); |
| 932 | } |
| 933 | |
| 934 | // Performs a checked cast from a value to a custom list value, |
| 935 | // returning a non-empty optional with either a value or reference to the |
no test coverage detected