| 152 | absl::StatusOr<absl_nonnull ValueIteratorPtr> NewIterator() const; |
| 153 | |
| 154 | const google::api::expr::runtime::CelMap* absl_nonnull cel_map() const { |
| 155 | return impl_; |
| 156 | } |
| 157 | |
| 158 | friend void swap(LegacyMapValue& lhs, LegacyMapValue& rhs) noexcept { |
| 159 | using std::swap; |
no outgoing calls
no test coverage detected