| 942 | const& ABSL_ATTRIBUTE_LIFETIME_BOUND; |
| 943 | absl::optional<CustomListValue> AsCustomList() &&; |
| 944 | absl::optional<CustomListValue> AsCustomList() const&& { |
| 945 | return common_internal::AsOptional(AsCustomList()); |
| 946 | } |
| 947 | |
| 948 | // Performs a checked cast from a value to a custom map value, |
| 949 | // returning a non-empty optional with either a value or reference to the |
no test coverage detected