| 914 | const& ABSL_ATTRIBUTE_LIFETIME_BOUND; |
| 915 | absl::optional<ParsedJsonListValue> AsParsedJsonList() &&; |
| 916 | absl::optional<ParsedJsonListValue> AsParsedJsonList() const&& { |
| 917 | return common_internal::AsOptional(AsParsedJsonList()); |
| 918 | } |
| 919 | |
| 920 | // Performs a checked cast from a value to a parsed JSON map value, |
| 921 | // returning a non-empty optional with either a value or reference to the |
no test coverage detected