| 132 | using ListValueMixin::Contains; |
| 133 | |
| 134 | const google::api::expr::runtime::CelList* absl_nullability_unknown cel_list() |
| 135 | const { |
| 136 | return impl_; |
| 137 | } |
| 138 | |
| 139 | friend void swap(LegacyListValue& lhs, LegacyListValue& rhs) noexcept { |
| 140 | using std::swap; |
no outgoing calls
no test coverage detected