| 100 | } |
| 101 | |
| 102 | absl::StatusOr<CelValue> CelExpressionFlatImpl::Evaluate( |
| 103 | const BaseActivation& activation, CelEvaluationState* state) const { |
| 104 | return Trace(activation, state, CelEvaluationListener()); |
| 105 | } |
| 106 | |
| 107 | absl::StatusOr<std::unique_ptr<CelExpressionRecursiveImpl>> |
| 108 | CelExpressionRecursiveImpl::Create( |