| 45 | } |
| 46 | |
| 47 | ABSL_MUST_USE_RESULT |
| 48 | inline bool ConvertWireCompatProto( |
| 49 | const cel::expr::CheckedExpr& src, |
| 50 | google::api::expr::v1alpha1::CheckedExpr* absl_nonnull dest) { |
| 51 | return UnsafeConvertWireCompatProto(src, dest); |
| 52 | } |
| 53 | |
| 54 | ABSL_MUST_USE_RESULT |
| 55 | inline bool ConvertWireCompatProto( |
no test coverage detected