| 1837 | const& ABSL_ATTRIBUTE_LIFETIME_BOUND; |
| 1838 | ParsedJsonListValue GetParsedJsonList() &&; |
| 1839 | ParsedJsonListValue GetParsedJsonList() const&& { |
| 1840 | return GetParsedJsonList(); |
| 1841 | } |
| 1842 | |
| 1843 | // Performs an unchecked cast from a value to a parsed message value. In |
| 1844 | // debug builds a best effort is made to crash. If `IsParsedJsonMap()` would |