| 80 | } |
| 81 | |
| 82 | inline ListValue CreateLegacyListValue( |
| 83 | const google::api::expr::runtime::CelList* value) { |
| 84 | return common_internal::LegacyListValue(value); |
| 85 | } |
| 86 | |
| 87 | inline MapValue CreateLegacyMapValue( |
| 88 | const google::api::expr::runtime::CelMap* value) { |
nothing calls this directly
no test coverage detected