| 138 | friend class cel::runtime_internal::ActivationAttributeMatcherAccess; |
| 139 | |
| 140 | void SetAttributeMatcher( |
| 141 | const cel::runtime_internal::AttributeMatcher* matcher) { |
| 142 | attribute_matcher_ = matcher; |
| 143 | } |
| 144 | |
| 145 | void SetAttributeMatcher( |
| 146 | std::unique_ptr<const cel::runtime_internal::AttributeMatcher> matcher) { |