| 956 | const& ABSL_ATTRIBUTE_LIFETIME_BOUND; |
| 957 | absl::optional<CustomMapValue> AsCustomMap() &&; |
| 958 | absl::optional<CustomMapValue> AsCustomMap() const&& { |
| 959 | return common_internal::AsOptional(AsCustomMap()); |
| 960 | } |
| 961 | |
| 962 | // Performs a checked cast from a value to a parsed map field value, |
| 963 | // returning a non-empty optional with either a value or reference to the |
no test coverage detected