| 1850 | const& ABSL_ATTRIBUTE_LIFETIME_BOUND; |
| 1851 | ParsedJsonMapValue GetParsedJsonMap() &&; |
| 1852 | ParsedJsonMapValue GetParsedJsonMap() const&& { return GetParsedJsonMap(); } |
| 1853 | |
| 1854 | // Performs an unchecked cast from a value to a custom list value. In |
| 1855 | // debug builds a best effort is made to crash. If `IsCustomList()` would |